Add pointers to the Guide in Reference docs.
This commit is contained in:
parent
4ac4e2e8d6
commit
db02ad9b75
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
@title[#:style 'toc #:tag "data"]{Datatypes}
|
@title[#:style 'toc #:tag "data"]{Datatypes}
|
||||||
|
|
||||||
|
@guideintro["datatypes"]{Datatypes}
|
||||||
|
|
||||||
Each pre-defined datatype comes with a set of procedures for
|
Each pre-defined datatype comes with a set of procedures for
|
||||||
manipulating instances of the datatype.
|
manipulating instances of the datatype.
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
@title[#:tag "input-and-output" #:style 'toc]{Input and Output}
|
@title[#:tag "input-and-output" #:style 'toc]{Input and Output}
|
||||||
|
|
||||||
|
@guideintro["i/o"]{Ports and I/O}
|
||||||
|
|
||||||
@local-table-of-contents[]
|
@local-table-of-contents[]
|
||||||
|
|
||||||
@include-section["ports.scrbl"]
|
@include-section["ports.scrbl"]
|
||||||
|
|
|
@ -3,12 +3,15 @@
|
||||||
|
|
||||||
@title[#:style 'toc]{Macros}
|
@title[#:style 'toc]{Macros}
|
||||||
|
|
||||||
|
@guideintro["macros"]{Macros}
|
||||||
|
|
||||||
See @secref["syntax-model"] for general information on how programs
|
See @secref["syntax-model"] for general information on how programs
|
||||||
are parsed. In particular, the subsection @secref["expand-steps"]
|
are parsed. In particular, the subsection @secref["expand-steps"]
|
||||||
describes how parsing triggers macros, and
|
describes how parsing triggers macros, and
|
||||||
@secref["transformer-model"] describes how macro transformers are
|
@secref["transformer-model"] describes how macro transformers are
|
||||||
called.
|
called.
|
||||||
|
|
||||||
|
|
||||||
@local-table-of-contents[]
|
@local-table-of-contents[]
|
||||||
|
|
||||||
@include-section["stx-patterns.scrbl"]
|
@include-section["stx-patterns.scrbl"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user