Merge pull request #68 from lexi-lambda/deftech-lens

Use deftech to define a ‘lens’ term in the documentation
This commit is contained in:
Jack Firth 2015-07-06 22:39:08 -07:00
commit ccd81c5c86

View File

@ -4,10 +4,10 @@
@defmodule[lens]
This library includes functions and forms for working with @italic{lenses}.
A lens is a value that operates on some small piece of a larger
structure. Think of them as a more general representation of getters and
setters in object-oriented languages.
This library includes functions and forms for working with
@deftech[#:key "lens"]{lenses}. A lens is a value that operates on some
small piece of a larger structure. Think of them as a more general
representation of getters and setters in object-oriented languages.
@author[@author+email["Jack Firth" "jackhfirth@gmail.com"]]