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.

  1. runStatement' :: FromSql SqlValue a => BoundStatement a -> IO [a]

    relational-query-HDBC Database.HDBC.Record

    Execute a parameter-bounded statement and strictly fetch all records.

  2. runStatement :: FromSql SqlValue a => BoundStatement a -> IO [a]

    relational-query-HDBC Database.HDBC.Record.Query

    Lazy-IO version of runStatement'.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. runStateC :: forall (m :: Type -> Type) s i o r . Monad m => s -> ConduitT i o (StateT s m) r -> ConduitT i o m (r, s)

    classy-prelude-conduit ClassyPrelude.Conduit

    Run StateT in the base monad Since 1.0.11

  8. runStateLC :: forall (m :: Type -> Type) s i o r . Monad m => s -> ConduitT i o (StateT s m) r -> ConduitT i o m (r, s)

    classy-prelude-conduit ClassyPrelude.Conduit

    Run StateT in the base monad Since 1.0.11

  9. 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.

  10. 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.

Page 9 of many | Previous | Next