control-dsl-0.2.0.1: An alternative to monads

Safe HaskellSafe
LanguageHaskell2010

Control.Dsl.State.Get

Documentation

data Get r a where Source #

Constructors

Get :: forall s r. Get r s 
Instances
PolyCont Get (State s r) s Source # 
Instance details

Defined in Control.Dsl.State.Get

Methods

runPolyCont :: Get r' s -> (s -> State s r) -> State s r Source #