Hoogle Search
Within LTS Haskell 24.15 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
runState :: State s a -> s -> (s, a)containers Data.Sequence.Internal No documentation available.
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.)
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.)
runState :: State s a -> s -> (a, s)mtl Control.Monad.State.Lazy Unwrap a state monad computation as a function. (The inverse of state.)
runState :: State s a -> s -> (a, s)mtl Control.Monad.State.Strict Unwrap a state monad computation as a function. (The inverse of state.)
runState :: State s a -> s -> (a, s)ghc GHC.Utils.Monad.State.Strict No documentation available.
runState :: forall (g :: Type -> Type) a . 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.)
runState :: State s a -> s -> (a, s)rio RIO.State Unwrap a state monad computation as a function. (The inverse of state.)
runState :: State s a -> s -> (a, s)relude Relude.Monad.Reexport Unwrap a state monad computation as a function. (The inverse of state.)
-
polysemy Polysemy.State Run a State effect with local state.
Page 1 of many | Next