fix documentation of the prompt installed by `module'
This commit is contained in:
parent
3d8fc4ad01
commit
3a7724e422
|
@ -241,7 +241,8 @@ its order within a given module). Then, expressions and definitions
|
||||||
are evaluated in order as they appear within the module. Each
|
are evaluated in order as they appear within the module. Each
|
||||||
evaluation of an expression or definition is wrapped with a
|
evaluation of an expression or definition is wrapped with a
|
||||||
continuation prompt (see @racket[call-with-continuation-prompt]) for
|
continuation prompt (see @racket[call-with-continuation-prompt]) for
|
||||||
the default continuation and using the default prompt handler.
|
the default continuation and using a prompt handler that re-aborts
|
||||||
|
and propagates its argument to the next enclosing prompt.
|
||||||
|
|
||||||
Accessing a @tech{module-level variable} before it is defined signals
|
Accessing a @tech{module-level variable} before it is defined signals
|
||||||
a run-time error, just like accessing an undefined global variable.
|
a run-time error, just like accessing an undefined global variable.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user