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.
runStatement' :: FromSql SqlValue a => BoundStatement a -> IO [a]relational-query-HDBC Database.HDBC.Record Execute a parameter-bounded statement and strictly fetch all records.
runStatement :: FromSql SqlValue a => BoundStatement a -> IO [a]relational-query-HDBC Database.HDBC.Record.Query Lazy-IO version of runStatement'.
runStatement' :: FromSql SqlValue a => BoundStatement a -> IO [a]relational-query-HDBC Database.HDBC.Record.Query Execute a parameter-bounded statement and strictly fetch all records.
runStateStack :: StateStack s a -> s -> (a, s)statestack Control.Monad.StateStack Run a StateStack computation from an initial state, resulting in a pair of the final return value and final state.
runStateStackT :: Monad m => StateStackT s m a -> s -> m (a, s)statestack Control.Monad.StateStack Run a StateStackT computation from an initial state, resulting in a computation of the underlying monad which yields the return value and final state.
runStateVolume :: (C q, C q, C u, C v) => Sequence s u v T q -> T v q -> T s u q (R s v q q)synthesizer-dimensional Synthesizer.Dimensional.RateAmplitude.Piece No documentation available.
-
classy-prelude-conduit ClassyPrelude.Conduit Run StateT in the base monad Since 1.0.11
-
classy-prelude-conduit ClassyPrelude.Conduit Run StateT in the base monad Since 1.0.11
runStateT :: Monad m => m s -> Stream (StateT s m) a -> Stream m (s, a)streamly-core Streamly.Data.Stream Evaluate the inner monad of a stream as StateT and emit the resulting state and value pair after each step.
runStateT :: Monad m => m s -> Stream (StateT s m) a -> Stream m (s, a)streamly-core Streamly.Internal.Data.Stream Evaluate the inner monad of a stream as StateT and emit the resulting state and value pair after each step.