Move list refs and nested ref docs to right after list ref docs
This commit is contained in:
parent
2c29f2b7e3
commit
a9a0059dac
|
@ -1,6 +1,7 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@(require "../doc-util/main.rkt")
|
@(require "../doc-util/main.rkt"
|
||||||
|
"../doc-util/scribble-include-no-subsection.rkt")
|
||||||
|
|
||||||
|
|
||||||
@title{List lenses}
|
@title{List lenses}
|
||||||
|
@ -31,3 +32,5 @@
|
||||||
(lens-view (lens-compose second-lens fourth-lens)
|
(lens-view (lens-compose second-lens fourth-lens)
|
||||||
'((a 1) (b 2) (c 3) (d 4)))
|
'((a 1) (b 2) (c 3) (d 4)))
|
||||||
]}
|
]}
|
||||||
|
|
||||||
|
@scribble-include/no-subsection["multi.scrbl"]
|
||||||
|
|
|
@ -4,5 +4,4 @@
|
||||||
|
|
||||||
@include-section["car-cdr.scrbl"]
|
@include-section["car-cdr.scrbl"]
|
||||||
@include-section["list-ref-take-drop.scrbl"]
|
@include-section["list-ref-take-drop.scrbl"]
|
||||||
@include-section["multi.scrbl"]
|
|
||||||
@include-section["assoc.scrbl"]
|
@include-section["assoc.scrbl"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user