Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. fromList :: Ord k => [(k, a)] -> MinPQueue k a

    pqueue Data.PQueue.Prio.Min

    Constructs a priority queue from an unordered list.

  2. toAscList :: Ord k => MinPQueue k a -> [(k, a)]

    pqueue Data.PQueue.Prio.Min

    Return all (key, value) pairs in ascending order by key.

  3. toDescList :: Ord k => MinPQueue k a -> [(k, a)]

    pqueue Data.PQueue.Prio.Min

    Return all (key, value) pairs in descending order by key.

  4. toList :: Ord k => MinPQueue k a -> [(k, a)]

    pqueue Data.PQueue.Prio.Min

    Equivalent to toAscList. If the traversal order is irrelevant, consider using toListU.

  5. toListU :: MinPQueue k a -> [(k, a)]

    pqueue Data.PQueue.Prio.Min

    Returns all (key, value) pairs in the queue in no particular order.

  6. type ChildList = MVar [Weak Statement]

    HDBC Database.HDBC.DriverUtils

    No documentation available.

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

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

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

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

Page 123 of many | Previous | Next