Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

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

    containers Data.Sequence.Internal

    No documentation available.

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

    transformers Control.Monad.Trans.State.Lazy

    Unwrap a state monad computation as a function. (The inverse of state.)

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

    transformers Control.Monad.Trans.State.Strict

    Unwrap a state monad computation as a function. (The inverse of state.)

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

    mtl Control.Monad.State.Lazy

    Unwrap a state monad computation as a function. (The inverse of state.)

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

    mtl Control.Monad.State.Strict

    Unwrap a state monad computation as a function. (The inverse of state.)

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

    ghc GHC.Utils.Monad.State.Strict

    No documentation available.

  7. runState :: Representable g => State g a -> Rep g -> (a, Rep g)

    adjunctions Control.Monad.Representable.State

    Unwrap a state monad computation as a function. (The inverse of state.)

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

    rio RIO.State

    Unwrap a state monad computation as a function. (The inverse of state.)

  9. runState :: State s m a -> s -> m (a, s)

    basement Basement.Compat.MonadTrans

    No documentation available.

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

    relude Relude.Monad.Reexport

    Unwrap a state monad computation as a function. (The inverse of state.)

Page 1 of many | Next