control-dsl-0.2.1.3: An alternative to monads in do-notation

Safe HaskellSafe
LanguageHaskell2010

Control.Dsl.State.Get

Documentation

data Get r a where #

Constructors

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

Defined in Control.Dsl.State.Get

Methods

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