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.

  1. runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)

    mempack Data.MemPack

    No documentation available.

  2. runStateCache :: StateCache s m a -> s -> m (a, s)

    monad-memo Control.Monad.Trans.Memo.StateCache

    No documentation available.

  3. runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)

    monadology Control.Monad.Ology.Specific.StateT

    No documentation available.

  4. runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)

    mtl-prelude MTLPrelude

    No documentation available.

  5. runStateQueryArr :: QueryArr a b -> a -> Tag -> (b, PrimQueryArr, Tag)

    opaleye Opaleye.Internal.QueryArr

    No documentation available.

  6. runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)

    rev-state Control.Monad.RevState

    No documentation available.

  7. runStateT :: StateT s m a -> s -> m (a, s)

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  8. 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.

  9. 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.

  10. runStateC :: forall (m :: Type -> Type) s i o r . Monad m => s -> ConduitT i o (StateT s m) r -> ConduitT i o m (r, s)

    classy-prelude-yesod ClassyPrelude.Yesod

    Run StateT in the base monad Since 1.0.11

Page 11 of many | Previous | Next