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. liftStateT :: Functor m => m a -> StateT s m a

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  2. mapState :: ((a, s) -> (b, s)) -> State s a -> State s b

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  3. mapStateT :: (m (a, s) -> n (b, s)) -> StateT s m a -> StateT s n b

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  4. runState :: State s a -> s -> (a, s)

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  5. runStateT :: StateT s m a -> s -> m (a, s)

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  6. withState :: (s -> s) -> State s a -> State s a

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  7. withStateT :: forall s (m :: Type -> Type) a . (s -> s) -> StateT s m a -> StateT s m a

    rev-state Control.Monad.Trans.RevState

    No documentation available.

  8. noState :: (a, b)

    tardis Control.Monad.Tardis

    Some Tardises never observe the initial state of either state stream, so it is convenient to simply hand dummy values to such Tardises.

    noState = (undefined, undefined)
    

  9. noState :: (a, b)

    tardis Control.Monad.Trans.Tardis

    Some Tardises never observe the initial state of either state stream, so it is convenient to simply hand dummy values to such Tardises.

    noState = (undefined, undefined)
    

  10. evalStateIx :: Monad m => StateIx i j m x -> i -> m x

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

    No documentation available.

Page 46 of many | Previous | Next