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. anyE :: IsSql99AggregationExpressionSyntax expr => Maybe (Sql92AggregationSetQuantifierSyntax expr) -> expr -> expr

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

    No documentation available.

  2. anyIn_ :: forall s a be . BeamSqlBackend be => [QExpr be s a] -> QQuantified be s a

    beam-core Database.Beam.Query

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

  3. anyOf_ :: 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 ANY(..) for use with a quantified comparison operator Accepts a subquery. Use anyIn_ for an explicit list

  4. anyOver_ :: BeamSql99AggregationBackend be => Maybe (BeamSqlBackendAggregationQuantifierSyntax be) -> QExpr be s SqlBool -> QAgg be s SqlBool

    beam-core Database.Beam.Query

    SQL EVERY, SOME, and ANY aggregates. Operates over SqlBool only, as the result can be NULL, even if all inputs are known (no input rows).

  5. any_ :: BeamSql99AggregationBackend be => QExpr be s SqlBool -> QAgg be s SqlBool

    beam-core Database.Beam.Query

    SQL99 ANY(ALL ..) function (but without the explicit ALL)

  6. any# :: e -> Parser e s Char#

    bytesmith Data.Bytes.Parser.Ascii

    Variant of any with unboxed result.

  7. any# :: e -> Parser e s Char#

    bytesmith Data.Bytes.Parser.Utf8

    Interpret the next one to four bytes as a UTF-8-encoded character. Fails if the decoded codepoint is in the range U+D800 through U+DFFF.

  8. anyList :: Gen a -> Gen [a]

    checkers Test.QuickCheck.Instances.List

    Generates any list (possibly empty) with the contents generated using its argument.

  9. anySymbol :: forall (m :: Type -> Type) s . Monad m => ParsecT [Tok] s m Tok

    commonmark Commonmark.TokParsers

    Parses any Symbol Tok.

  10. anyTok :: forall (m :: Type -> Type) s . Monad m => ParsecT [Tok] s m Tok

    commonmark Commonmark.TokParsers

    Parses any Tok.

Page 70 of many | Previous | Next