Add Guide pointers to Refs on exceptions & control

This commit is contained in:
Asumu Takikawa 2012-10-16 01:31:20 -04:00
parent 9dd83008a6
commit 0eb85a1dfe
3 changed files with 5 additions and 1 deletions

View File

@ -176,7 +176,7 @@ section.
@; ----------------------------------------------------------------------
@section{Continuations}
@section[#:tag "conts"]{Continuations}
A @deftech{continuation} is a value that encapsulates a piece of an

View File

@ -3,6 +3,8 @@
@title[#:tag "cont"]{Continuations}
@guideintro["conts"]{continuations}
See @secref["cont-model"] and @secref["prompt-model"] for general
information about continuations. Racket's support for prompts and
composable continuations most closely resembles Dorai Sitaram's

View File

@ -3,6 +3,8 @@
@title[#:tag "exns"]{Exceptions}
@guideintro["exns"]{exceptions}
See @secref["exn-model"] for information on the Racket exception
model. It is based on a proposal by Friedman, Haynes, and Dybvig
@cite["Friedman95"].