Previous: conditions types r6rs, Up: conditions [Contents][Index]
Condition object type representing an attempt to reinstate a continuation in an invalid context. This condition type could be defined by:
(define-condition-type &non-reinstatable
&violation
make-non-reinstatable-violation
non-reinstatable-violation?)
Build and return a new condition object of type &non-reinstatable.
Return #t if obj is a condition object of type &non-reinstatable; otherwise
return #f.
Raise a compound condition object with components: &message, &irritants,
&non-reinstatable. In addition, if who is not #f: the raised condition
object has a component &who.
Previous: conditions types r6rs, Up: conditions [Contents][Index]
This document describes version 0.1.0-devel.1 of MMCK Exceptional Conditions.