monad-cps-0.0.3: CPS implementations of common monads.Source codeContentsIndex
Control.Monad.CPS.State
Documentation
data State s a Source
show/hide Instances
runState :: State s a -> s -> (a, s)Source
data State' s a Source
show/hide Instances
runState' :: State' s a -> s -> (a, s)Source
Produced by Haddock version 2.3.0