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. anyattr_annotation :: AnyAttr -> Annotation

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  2. anyattr_namespace :: AnyAttr -> URI

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  3. anyattr_processContents :: AnyAttr -> ProcessContents

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  4. anyAccounts :: (Account -> Bool) -> Account -> Bool

    hledger-lib Hledger.Data.Account

    Is the predicate true on any of this account or its subaccounts ?

  5. anyF :: FoldableF t => (forall (tp :: k) . () => f tp -> Bool) -> t f -> Bool

    parameterized-utils Data.Parameterized.TraversableF

    Return True if any values satisfy the predicate.

  6. anyFC :: FoldableFC t => (forall (x :: k) . () => f x -> Bool) -> forall (x :: l) . () => t f x -> Bool

    parameterized-utils Data.Parameterized.TraversableFC

    Return True if any values satisfy predicate.

  7. anyPerms :: FileMode -> FindClause Bool

    filemanip System.FilePath.Find

    Return True if any of the given permission bits is set. Example:

    anyPerms 0444
    

  8. anyAsciiChar :: forall (st :: ZeroBitType) e . ParserT st e Char

    flatparse FlatParse.Basic

    Parse any single ASCII character (a single byte) as a Char. More efficient than anyChar for ASCII-only input.

  9. anyAsciiDecimalInt :: forall (st :: ZeroBitType) e . ParserT st e Int

    flatparse FlatParse.Basic

    Parse a non-empty ASCII decimal digit sequence as a positive Int. Fails on overflow.

  10. anyAsciiDecimalInteger :: forall (st :: ZeroBitType) e . ParserT st e Integer

    flatparse FlatParse.Basic

    Parse a non-empty ASCII decimal digit sequence as a positive Integer.

Page 57 of many | Previous | Next