Previous: amb api utilities, Up: amb api [Index]
Condition type used to signal the exhaustion of a search tree visited by
amb
; it is derived from &condition
.
Build and return a new instance of &amb-exhaustion
.
Return #t
if obj is an instance of
&amb-exhaustion
, else return #f
.
Condition type used to tag the compound condition object raised whenever
amb
is used outside the dynamic environment prepared by
with-ambiguous-choices
; it is derived from &assertion
.
Build and return a new instance of &amb-not-initialised
.
Return #t
if obj is an instance of
&amb-not-initialised
, else return #f
.