Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. runReturningList :: (MonadBeam be m, FromBackendRow be x) => BeamSqlBackendSyntax be -> m [x]

    beam-core Database.Beam

    Run the given command, collect all the results, and return them as a list. May be more convenient than runReturningMany, but reads the entire result set into memory.

  2. runReturningList :: (MonadBeam be m, FromBackendRow be x) => BeamSqlBackendSyntax be -> m [x]

    beam-core Database.Beam.Backend.SQL

    Run the given command, collect all the results, and return them as a list. May be more convenient than runReturningMany, but reads the entire result set into memory.

  3. runDeleteReturningList :: (MonadBeamDeleteReturning be m, Beamable table, Projectible be (table (QExpr be ())), FromBackendRow be (table Identity)) => SqlDelete be table -> m [table Identity]

    beam-core Database.Beam.Backend.SQL.BeamExtensions

    No documentation available.

  4. runInsertReturningList :: (MonadBeamInsertReturning be m, Beamable table, Projectible be (table (QExpr be ())), FromBackendRow be (table Identity)) => SqlInsert be table -> m [table Identity]

    beam-core Database.Beam.Backend.SQL.BeamExtensions

    No documentation available.

  5. runUpdateReturningList :: (MonadBeamUpdateReturning be m, Beamable table, Projectible be (table (QExpr be ())), FromBackendRow be (table Identity)) => SqlUpdate be table -> m [table Identity]

    beam-core Database.Beam.Backend.SQL.BeamExtensions

    No documentation available.

  6. quantifierListE :: IsSql92ExpressionSyntax expr => [expr] -> expr

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  7. runSelectReturningList :: (MonadBeam be m, BeamSqlBackend be, FromBackendRow be a) => SqlSelect be a -> m [a]

    beam-core Database.Beam.Query

    Run a SqlSelect in a MonadBeam and get the results as a list

  8. conduitPutList :: forall (m :: Type -> Type) . Monad m => ConduitT Put [ByteString] m ()

    binary-conduit Data.Conduit.Serialization.Binary

    Vectorized variant of conduitPut returning list contains all chunks from one element representation

  9. fromList :: (Contiguous arr, Element arr a) => [a] -> arr a

    contiguous Data.Primitive.Contiguous

    Convert a list into an array.

  10. fromListMutable :: forall (arr :: Type -> Type) a m . (Contiguous arr, Element arr a, PrimMonad m) => [a] -> m (Mutable arr (PrimState m) a)

    contiguous Data.Primitive.Contiguous

    Convert a list into a mutable array of the given length.

Page 124 of many | Previous | Next