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.
-
classy-prelude-yesod ClassyPrelude.Yesod Run StateT in the base monad Since 1.0.11
-
incipit-core IncipitCore Run a State effect by transforming it into operations over an IORef. Note: This is not safe in a concurrent setting, as modify isn't atomic. If you need operations over the state to be atomic, use runAtomicStateIORef or runAtomicStateTVar instead.
-
incipit-core IncipitCore Run a State effect by transforming it into operations over an STRef.
runStateIx :: StateIx i j (m :: Type -> Type) x -> i -> m (x, j)indexed-transformers Control.Monad.Trans.Indexed.State No documentation available.
runStateQuery :: StateQuery s a -> Window -> X axmonad-contrib XMonad.Util.WindowState Apply StateQuery to Window.
-
reflex-dom-core Reflex.Dom.Builder.Class No documentation available.
-
ginger Text.Ginger.Run Hoist a RunState onto a different output type. You don't normally need to use this directly; see hoistRun and/or hoistContext.
-
ginger Text.Ginger.Run.Type Hoist a RunState onto a different output type. You don't normally need to use this directly; see hoistRun and/or hoistContext.
mrgRunStateT :: (Monad m, TryMerge m, Mergeable s, Mergeable a) => StateT s m a -> s -> m (a, s)grisette Grisette.Lib.Control.Monad.Trans.State.Lazy runStateT with MergingStrategy knowledge propagation.
mrgRunStateT :: (Monad m, TryMerge m, Mergeable s, Mergeable a) => StateT s m a -> s -> m (a, s)grisette Grisette.Lib.Control.Monad.Trans.State.Strict runStateT with MergingStrategy knowledge propagation.