Fix nested list and pick list docs

This commit is contained in:
Jack Firth 2015-08-18 16:17:23 -07:00
parent 53c8fa61da
commit e474edbe10
2 changed files with 2 additions and 3 deletions

View File

@ -4,4 +4,5 @@
@include-section["car-cdr.scrbl"]
@include-section["list-ref-take-drop.scrbl"]
@include-section["multi.scrbl"]
@include-section["assoc.scrbl"]

View File

@ -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].