Cont
Types
Type Classes
Methods
callCCM :: ((a -> m b) -> m a) -> m a
Class of monads that support callCC.
Functions
Construct a continuation.
Run a continuation with a final continuation.
Map the result of a continuation.
Transform the continuation.
Evaluate a continuation using return as the final continuation.
Map the result of a continuation.
Transform the continuation.
Call with current continuation.
Delimit the continuation.
Capture the delimited continuation.