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.
newtype
StateT s (m :: Type -> Type) arev-state Control.Monad.RevState No documentation available.
StateT :: (s -> m (a, s)) -> StateT s (m :: Type -> Type) arev-state Control.Monad.RevState No documentation available.
newtype
StateT s (m :: Type -> Type) arev-state Control.Monad.Trans.RevState No documentation available.
StateT :: (s -> m (a, s)) -> StateT s (m :: Type -> Type) arev-state Control.Monad.Trans.RevState No documentation available.
newtype
StateIx i j (m :: Type -> Type) xindexed-transformers Control.Monad.Trans.Indexed.State No documentation available.
StateIx :: (i -> m (x, j)) -> StateIx i j (m :: Type -> Type) xindexed-transformers Control.Monad.Trans.Indexed.State No documentation available.
stateAlloc :: IORef ReleaseMap -> IO ()resourcet Control.Monad.Trans.Resource.Internal No documentation available.
stateCleanup :: ReleaseType -> IORef ReleaseMap -> IO ()resourcet Control.Monad.Trans.Resource.Internal No documentation available.
stateCleanupChecked :: Maybe SomeException -> IORef ReleaseMap -> IO ()resourcet Control.Monad.Trans.Resource.Internal Clean up a release map, but throw a ResourceCleanupException if anything goes wrong in the cleanup handlers.
-
adjunctions Control.Monad.Representable.State No documentation available.