monad-ran-0.0.5: Implementations of common monads and monad transformers as right-kan extensionsSource codeContentsIndex
Control.Monad.Ran.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