Merge pull request #68 from lexi-lambda/deftech-lens
Use deftech to define a ‘lens’ term in the documentation
This commit is contained in:
commit
ccd81c5c86
|
@ -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"]]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user