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.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)pipes-parse Pipes.Parse No documentation available.
-
essence-of-live-coding LiveCoding Push effectful state into the internal state of a cell
-
essence-of-live-coding LiveCoding Like runStateC, but does not return the current state.
-
essence-of-live-coding LiveCoding.Cell.Monad.Trans Push effectful state into the internal state of a cell
-
essence-of-live-coding LiveCoding.Cell.Monad.Trans Like runStateC, but does not return the current state.
-
essence-of-live-coding LiveCoding.LiveProgram.Monad.Trans Remove a stateful effect from the monad stack by supplying the initial state. This state then becomes part of the internal live program state, and is subject to migration as any other state. Live programs are automatically migrated to and from applications of runStateL.
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final value along with the final state (via Effectful.State.Static.Local).
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final value along with the final state (via Effectful.State.Static.Shared).
-
effectful-core Effectful.State.Static.Shared Run the State effect with the given initial state MVar' and return the final value along with the final state.
runStateT :: StateT s m a -> s -> m (a, s)foundation Foundation.Monad.State No documentation available.