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.

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

    rev-state Control.Monad.RevState

    No documentation available.

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

    rev-state Control.Monad.RevState

    No documentation available.

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

    rev-state Control.Monad.Trans.RevState

    No documentation available.

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

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  5. newtype StateIx i j (m :: Type -> Type) x

    indexed-transformers Control.Monad.Trans.Indexed.State

    No documentation available.

  6. StateIx :: (i -> m (x, j)) -> StateIx i j (m :: Type -> Type) x

    indexed-transformers Control.Monad.Trans.Indexed.State

    No documentation available.

  7. stateAlloc :: IORef ReleaseMap -> IO ()

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

  8. stateCleanup :: ReleaseType -> IORef ReleaseMap -> IO ()

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

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

  10. stateT :: forall (g :: Type -> Type) m a . Representable g => (Rep g -> m (a, Rep g)) -> StateT g m a

    adjunctions Control.Monad.Representable.State

    No documentation available.

Page 8 of many | Previous | Next