Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. anyElement :: ParserSource input => Parser input (Element input)

    foundation Foundation.Parser

    Get the next `Element input` from the parser

  2. anyWithKey :: FoldableWithKey t => (Key t -> a -> Bool) -> t a -> Bool

    keys Data.Key

    No documentation available.

  3. anyS :: Selective f => (a -> f Bool) -> [a] -> f Bool

    rebase Rebase.Prelude

    A lifted version of any. Retains the short-circuiting behaviour.

  4. anyChar8 :: Scanner Char

    scanner Scanner

    Consume the next 8-bit char It fails if end of input

  5. anyWord8 :: Scanner Word8

    scanner Scanner

    Consume the next word It fails if end of input

  6. anyWord8 :: Scanner Word8

    scanner Scanner.Internal

    Consume the next word It fails if end of input

  7. anyChar :: Pattern Char

    turtle Turtle.Pattern

    Match any character

    >>> match anyChar "1"
    "1"
    
    >>> match anyChar ""
    ""
    

  8. anyConflict :: forall (table :: (Type -> Type) -> Type) . BeamHasInsertOnConflict be => SqlConflictTarget be table

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

    No documentation available.

  9. anyE :: IsSql99AggregationExpressionSyntax expr => Maybe (Sql92AggregationSetQuantifierSyntax expr) -> expr -> expr

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

    No documentation available.

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

Page 72 of many | Previous | Next