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