Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
runChangingState :: ChangingState (m :: Type -> Type) st a -> At0 st -> m (a, At1 st)parameterized Parameterized.Control.Monad.Trans.State.Strict No documentation available.
runManyState :: ManyState (m :: Type -> Type) s a -> StateT s m aparameterized Parameterized.Control.Monad.Trans.State.Strict No documentation available.
-
No documentation available.
evalState :: State s a -> s -> arev-state Control.Monad.RevState No documentation available.
evalStateT :: Functor m => StateT s m a -> s -> m arev-state Control.Monad.RevState No documentation available.
execState :: State s a -> s -> srev-state Control.Monad.RevState No documentation available.
execStateT :: Functor m => StateT s m a -> s -> m srev-state Control.Monad.RevState No documentation available.
liftStateT :: Functor m => m a -> StateT s m arev-state Control.Monad.RevState No documentation available.
mapState :: ((a, s) -> (b, s)) -> State s a -> State s brev-state Control.Monad.RevState No documentation available.
mapStateT :: (m (a, s) -> n (b, s)) -> StateT s m a -> StateT s n brev-state Control.Monad.RevState No documentation available.