Fix doc contracts for continuation aborts
This commit is contained in:
parent
4cc475ad68
commit
e71caa5d06
|
@ -69,7 +69,7 @@ a given thunk.}
|
|||
|
||||
@defproc[(abort-current-continuation
|
||||
[prompt-tag any/c]
|
||||
[v any/c] ...+)
|
||||
[v any/c] ...)
|
||||
any]{
|
||||
|
||||
Resets the current continuation to that of the nearest prompt tagged
|
||||
|
|
|
@ -31,7 +31,7 @@ The @racket[call/prompt] binding is an alias for @racket[call-with-continuation-
|
|||
|
||||
@defproc[(abort/cc
|
||||
[prompt-tag any/c]
|
||||
[v any/c] ...+)
|
||||
[v any/c] ...)
|
||||
any]{
|
||||
The @racket[abort/cc] binding is an alias for @racket[abort-current-continuation].
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user