- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
Convenience method to add an exclusive choice of arbitrary free programs to continue. When the choice is made, the chosen program is executed.
Convenience method to add an exclusive choice of arbitrary free programs to continue. When the choice is made, the chosen program is executed.
Convenience method to add an exclusive choice of multiple possibilities,
presented as a continuation of the chosen element. Note that a "branching
cell" (see init) is added for each callback that
is registered on the returned continuation. Thus, if two callbacks are
registered on the returned continuation, it will have the effect of making
a choice from the cartesian product as × as
. If this is not desired,
use init directly.
Convenience method to add an exclusive choice of multiple possibilities,
presented as a continuation of the chosen element. Note that a "branching
cell" (see init) is added for each callback that
is registered on the returned continuation. Thus, if two callbacks are
registered on the returned continuation, it will have the effect of making
a choice from the cartesian product as × as
. If this is not desired,
use init directly.