Hoogle Search
Within LTS Haskell 24.15 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)mempack Data.MemPack No documentation available.
runStateCache :: StateCache s m a -> s -> m (a, s)monad-memo Control.Monad.Trans.Memo.StateCache No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)monadology Control.Monad.Ology.Specific.StateT No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)mtl-prelude MTLPrelude No documentation available.
runStateQueryArr :: QueryArr a b -> a -> Tag -> (b, PrimQueryArr, Tag)opaleye Opaleye.Internal.QueryArr No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)rev-state Control.Monad.RevState No documentation available.
runStateT :: StateT s m a -> s -> m (a, s)rev-state Control.Monad.Trans.RevState No documentation available.
runStateT :: Monad m => m s -> SerialT (StateT s m) a -> SerialT m (s, a)streamly Streamly.Internal.Data.Stream.IsStream Evaluate the inner monad of a stream as StateT and emit the resulting state and value pair after each step. This is supported only for SerialT as concurrent state updation may not be safe.
runStateT :: Monad m => m s -> SerialT (StateT s m) a -> SerialT m (s, a)streamly Streamly.Prelude Evaluate the inner monad of a stream as StateT and emit the resulting state and value pair after each step. This is supported only for SerialT as concurrent state updation may not be safe.
-
classy-prelude-yesod ClassyPrelude.Yesod Run StateT in the base monad Since 1.0.11