Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allAsString :: TextParser String

    polyparse Text.Parse.ByteString

    Simply return the remaining input as a String.

  2. allFields :: Message msg => [FieldDescriptor msg]

    proto-lens Data.ProtoLens.Message

    No documentation available.

  3. allocateSecureMem :: Int -> IO SecureMem

    securemem Data.SecureMem

    Allocate a new SecureMem The memory is allocated on the haskell heap, and will be scrubed before being released.

  4. allHeaderToSample :: AllHeaderSamples ls => Proxy ls -> [Header]

    servant-docs Servant.Docs.Internal

    No documentation available.

  5. allAttributesOff :: TermStr s => Capability s

    terminfo System.Console.Terminfo.Effects

    Turns off all text attributes. This capability will always succeed, but it has no effect in terminals which do not support text attributes.

  6. allFromView_ :: forall be (db :: (Type -> Type) -> Type) table s . (Database be db, Beamable table, BeamSqlBackend be) => DatabaseEntity be db (ViewEntity table) -> Q be db s (table (QExpr be s))

    beam-core Database.Beam.Query

    Introduce all entries of a view into the Q monad

  7. allInGroupExplicitly_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe s

    beam-core Database.Beam.Query

    Compute an aggregate over all values in a group. Corresponds to the AGG(ALL ..) syntax. Note that ALL is the default for most aggregations, so you don't normally explicitly specify ALL. However, if you need to, you can use this function. To be explicit about quantification in the beam query DSL, but not produce an explicit ALL, use allInGroup_. allInGroup_ has the same semantic meaning, but does not produce an explicit ALL.

  8. allInGroup_ :: IsSql92AggregationSetQuantifierSyntax s => Maybe s

    beam-core Database.Beam.Query

    Compute an aggregate over all values in a group. Corresponds semantically to the AGG(ALL ..) syntax, but doesn't produce an explicit ALL. To produce ALL expicitly, see allInGroupExplicitly_.

  9. allIn_ :: forall s a be . BeamSqlBackend be => [QExpr be s a] -> QQuantified be s a

    beam-core Database.Beam.Query

    A QQuantified representing a SQL ALL(..) for use with a quantified comparison operator Accepts an explicit list of typed expressions. Use allOf_ for a subquery

  10. allOf_ :: forall s a be (db :: (Type -> Type) -> Type) . (BeamSqlBackend be, HasQBuilder be) => Q be db (QNested s) (QExpr be (QNested s) a) -> QQuantified be s a

    beam-core Database.Beam.Query

    A QQuantified representing a SQL ALL(..) for use with a quantified comparison operator Accepts a subquery. Use allIn_ for an explicit list

Page 102 of many | Previous | Next