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.
-
adjunctions Control.Monad.Representable.State No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)rio RIO.State No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)relude Relude.Monad.Reexport No documentation available.
runStatementInSession :: Statement a b -> a -> Session bhasql Hasql.TestingKit.TestingDsl No documentation available.
-
polysemy Polysemy.State 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.
-
polysemy Polysemy.State Run a State effect by transforming it into operations over an STRef.
runStateL :: StateL s a -> s -> (s, a)ghc-internal GHC.Internal.Data.Functor.Utils No documentation available.
runStateR :: StateR s a -> s -> (s, a)ghc-internal GHC.Internal.Data.Functor.Utils No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (s, a)ghc-internal GHC.Internal.Data.Functor.Utils No documentation available.
runStateT :: StateT s (m :: Type -> Type) a -> s -> m (a, s)protolude Protolude No documentation available.