control-dsl-0.2.0.1: An alternative to monads
Control.Dsl.State.Get
data Get r a where Source #
Constructors
Defined in Control.Dsl.State.Get
Methods
runPolyCont :: Get r' s -> (s -> State s r) -> State s r Source #