Fix nested list and pick list docs
This commit is contained in:
parent
53c8fa61da
commit
e474edbe10
|
@ -4,4 +4,5 @@
|
|||
|
||||
@include-section["car-cdr.scrbl"]
|
||||
@include-section["list-ref-take-drop.scrbl"]
|
||||
@include-section["multi.scrbl"]
|
||||
@include-section["assoc.scrbl"]
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
#lang scribble/manual
|
||||
|
||||
@(require "doc-util/main.rkt")
|
||||
@(require "../doc-util/main.rkt")
|
||||
|
||||
|
||||
@title{Nested List Lenses}
|
||||
|
||||
@defproc[(list-ref-nested-lens [index exact-nonnegative-integer?] ...) lens?]{
|
||||
Constructs a lens that views into a tree made from nested lists.
|
||||
Indexing starts from zero in the same was as @racket[list-ref-lens].
|
||||
|
|
Loading…
Reference in New Issue
Block a user