Tweak view* doc readability
This commit is contained in:
parent
62e0073af6
commit
176d64c918
|
@ -27,7 +27,8 @@
|
|||
Like @racket[lens-view], except that it takes multiple lenses and
|
||||
returns a list of views.
|
||||
@lenses-examples[
|
||||
(lens-view* '(a b ((c d) e f) g) third-lens first-lens second-lens)
|
||||
(lens-view* '(a b ((c d) e f) g)
|
||||
third-lens first-lens second-lens)
|
||||
]}
|
||||
|
||||
@defproc[(lens-set* [target target/c] [lens lens?] [new-view view/c] ... ...) target/c]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user