Use deftech to define a ‘lens’ term in the documentation

This commit is contained in:
Alexis King 2015-07-06 22:07:56 -07:00
parent a9b398a55c
commit e5ecfbc698

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"]]