Add pointers to the Guide in Reference docs.

This commit is contained in:
Asumu Takikawa 2012-03-27 23:15:36 -04:00
parent 4ac4e2e8d6
commit db02ad9b75
3 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,8 @@
@title[#:style 'toc #:tag "data"]{Datatypes}
@guideintro["datatypes"]{Datatypes}
Each pre-defined datatype comes with a set of procedures for
manipulating instances of the datatype.

View File

@ -3,6 +3,8 @@
@title[#:tag "input-and-output" #:style 'toc]{Input and Output}
@guideintro["i/o"]{Ports and I/O}
@local-table-of-contents[]
@include-section["ports.scrbl"]

View File

@ -3,12 +3,15 @@
@title[#:style 'toc]{Macros}
@guideintro["macros"]{Macros}
See @secref["syntax-model"] for general information on how programs
are parsed. In particular, the subsection @secref["expand-steps"]
describes how parsing triggers macros, and
@secref["transformer-model"] describes how macro transformers are
called.
@local-table-of-contents[]
@include-section["stx-patterns.scrbl"]