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 -> (a, s)rev-state Control.Monad.Trans.RevState No documentation available.
-
bluefin Bluefin.State >>> runPureEff $ runState 10 $ \st -> do n <- get st pure (2 * n) (20,10)
-
incipit-core IncipitCore Run a State effect with local state.
-
process-extras System.Process.Run This is the state record that controls the output style.
RunState :: OutputStyle -> text -> text -> Bool -> Bool -> Int -> Bool -> text -> RunState textprocess-extras System.Process.Run No documentation available.
data
RunState p (m :: Type -> Type) hginger Text.Ginger.Run.Type No documentation available.
-
ginger Text.Ginger.Run.Type No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)transformers Control.Monad.Trans.State.Lazy No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)transformers Control.Monad.Trans.State.Strict No documentation available.
runStateT :: StateT s m a -> s -> m (a, s)mtl Control.Monad.State.Lazy No documentation available.