control-dsl-0.2.1.3: An alternative to monads for control flow DSLs

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 #