Add Guide pointers to Refs on exceptions & control
This commit is contained in:
parent
9dd83008a6
commit
0eb85a1dfe
|
@ -176,7 +176,7 @@ section.
|
||||||
|
|
||||||
@; ----------------------------------------------------------------------
|
@; ----------------------------------------------------------------------
|
||||||
|
|
||||||
@section{Continuations}
|
@section[#:tag "conts"]{Continuations}
|
||||||
|
|
||||||
|
|
||||||
A @deftech{continuation} is a value that encapsulates a piece of an
|
A @deftech{continuation} is a value that encapsulates a piece of an
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
@title[#:tag "cont"]{Continuations}
|
@title[#:tag "cont"]{Continuations}
|
||||||
|
|
||||||
|
@guideintro["conts"]{continuations}
|
||||||
|
|
||||||
See @secref["cont-model"] and @secref["prompt-model"] for general
|
See @secref["cont-model"] and @secref["prompt-model"] for general
|
||||||
information about continuations. Racket's support for prompts and
|
information about continuations. Racket's support for prompts and
|
||||||
composable continuations most closely resembles Dorai Sitaram's
|
composable continuations most closely resembles Dorai Sitaram's
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
@title[#:tag "exns"]{Exceptions}
|
@title[#:tag "exns"]{Exceptions}
|
||||||
|
|
||||||
|
@guideintro["exns"]{exceptions}
|
||||||
|
|
||||||
See @secref["exn-model"] for information on the Racket exception
|
See @secref["exn-model"] for information on the Racket exception
|
||||||
model. It is based on a proposal by Friedman, Haynes, and Dybvig
|
model. It is based on a proposal by Friedman, Haynes, and Dybvig
|
||||||
@cite["Friedman95"].
|
@cite["Friedman95"].
|
||||||
|
|
Loading…
Reference in New Issue
Block a user