control-dsl-0.2.0.1: An alternative to monads
Control.Dsl.Shift
Description
newtype Shift r' r a Source #
A keyword to extract the value of a CPS function .
Constructors
Defined in Control.Dsl.Shift
Methods
runPolyCont :: Shift r r' a -> (a -> r) -> r Source #