• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. execStateIx :: Monad m => StateIx i j m x -> i -> m j

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

    No documentation available.

  2. fromStateT :: forall i (m :: Type -> Type) x . StateT i m x -> StateIx i i m x

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

    No documentation available.

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

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

    No documentation available.

  4. toStateT :: forall i (m :: Type -> Type) x . StateIx i i m x -> StateT i m x

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

    No documentation available.

  5. localState :: MonadState s m => m a -> m a

    unification-fd Control.Monad.State.UnificationExtras

    Run a state action and undo the state changes at the end.

Page 47 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete