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.
execStateIx :: Monad m => StateIx i j m x -> i -> m jindexed-transformers Control.Monad.Trans.Indexed.State No documentation available.
fromStateT :: forall i (m :: Type -> Type) x . StateT i m x -> StateIx i i m xindexed-transformers Control.Monad.Trans.Indexed.State No documentation available.
runStateIx :: StateIx i j (m :: Type -> Type) x -> i -> m (x, j)indexed-transformers Control.Monad.Trans.Indexed.State No documentation available.
toStateT :: forall i (m :: Type -> Type) x . StateIx i i m x -> StateT i m xindexed-transformers Control.Monad.Trans.Indexed.State No documentation available.
localState :: MonadState s m => m a -> m aunification-fd Control.Monad.State.UnificationExtras Run a state action and undo the state changes at the end.