Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. anyattr_namespace :: AnyAttr -> URI

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  2. anyattr_processContents :: AnyAttr -> ProcessContents

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

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

    hledger-lib Hledger.Data.Account

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

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

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

  6. anyTypeUrlLens :: AnyMessageDescriptor msg -> Lens' msg Text

    proto-lens Data.ProtoLens.Message

    No documentation available.

  7. anyValueLens :: AnyMessageDescriptor msg -> Lens' msg ByteString

    proto-lens Data.ProtoLens.Message

    No documentation available.

  8. anyPerms :: FileMode -> FindClause Bool

    filemanip System.FilePath.Find

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

    anyPerms 0444
    

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

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

Page 57 of many | Previous | Next