Cont package:control-dsl
A delimited continuation that can be used in a do block.
An alternative to monads for control flow DSLs
This "control-dsl" package is a toolkit to create extensible Domain
Specific Languages in
do-notation.
See
Control.Dsl for more information.
A use case of an
ad-hoc polymorphic delimited continuation.
Note that a
PolyCont is not a
polymorphic delimited
continuation, since a
PolyCont does not support answer type
modification.