added docs for current-contract-region

This commit is contained in:
Robby Findler 2011-04-25 10:21:33 -05:00
parent 21cbd9ad81
commit be1a0e62f7

View File

@ -1,6 +1,7 @@
#lang scribble/doc
@(require "mz.rkt")
@(require (for-label syntax/modcollapse))
@(require (for-label syntax/modcollapse
racket/stxparam))
@(define contract-eval
(lambda ()
@ -1081,6 +1082,13 @@ The @racket[define-struct/contract] form only allows a subset of the
(make-salmon #f 'pacific)
]}
@defidform[current-contract-region]{
Bound by @racket[define-syntax-parameter], this contains
information about the current contract region, used by
the above forms to determine the candidates for blame
assignment.
}
@subsection{Low-level Contract Boundaries}
@declare-exporting-ctc[racket/contract/base]