Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
heftia Control.Monad.Hefty.Interpret.State An ad-hoc stateful version of Handler for performance.
newtype
StateT s (m :: Type -> Type) adunai Control.Monad.Trans.MSF.State A state transformer monad parameterized by:
- s - The state.
- m - The inner monad.
StateT :: (s -> m (a, s)) -> StateT s (m :: Type -> Type) adunai Control.Monad.Trans.MSF.State No documentation available.
newtype
StateT s (m :: Type -> Type) ahas-transformers Control.Monad.Trans.Has.State A state transformer monad parameterized by:
- s - The state.
- m - The inner monad.
StateT :: (s -> m (a, s)) -> StateT s (m :: Type -> Type) ahas-transformers Control.Monad.Trans.Has.State No documentation available.
module Control.Monad.Trans.Memo.
StateCache Generic StateCache - wrapper around StateT
data
StateCache c (m :: Type -> Type) amonad-memo Control.Monad.Trans.Memo.StateCache No documentation available.
module Control.Monad.Ology.Specific.
StateT No documentation available.
newtype
StateT s (m :: Type -> Type) amonadology Control.Monad.Ology.Specific.StateT A state transformer monad parameterized by:
- s - The state.
- m - The inner monad.
StateT :: (s -> m (a, s)) -> StateT s (m :: Type -> Type) amonadology Control.Monad.Ology.Specific.StateT No documentation available.