Safe Haskell | None |
---|---|
Language | GHC2021 |
Control.Monad.State.Prim
Documentation
newtype StateT s (m :: Type -> Type) a Source #
Instances
evalStateT :: MonadIO m => StateT s m a -> s -> m a Source #
execStateT :: MonadIO m => StateT s m a -> s -> m s Source #