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.
anyattr_annotation :: AnyAttr -> AnnotationHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
anyattr_namespace :: AnyAttr -> URIHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
anyattr_processContents :: AnyAttr -> ProcessContentsHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
anyAccounts :: (Account -> Bool) -> Account -> Boolhledger-lib Hledger.Data.Account Is the predicate true on any of this account or its subaccounts ?
anyF :: FoldableF t => (forall (tp :: k) . () => f tp -> Bool) -> t f -> Boolparameterized-utils Data.Parameterized.TraversableF Return True if any values satisfy the predicate.
-
parameterized-utils Data.Parameterized.TraversableFC Return True if any values satisfy predicate.
anyPerms :: FileMode -> FindClause Boolfilemanip System.FilePath.Find Return True if any of the given permission bits is set. Example:
anyPerms 0444
anyAsciiChar :: forall (st :: ZeroBitType) e . ParserT st e Charflatparse FlatParse.Basic Parse any single ASCII character (a single byte) as a Char. More efficient than anyChar for ASCII-only input.
anyAsciiDecimalInt :: forall (st :: ZeroBitType) e . ParserT st e Intflatparse FlatParse.Basic Parse a non-empty ASCII decimal digit sequence as a positive Int. Fails on overflow.
anyAsciiDecimalInteger :: forall (st :: ZeroBitType) e . ParserT st e Integerflatparse FlatParse.Basic Parse a non-empty ASCII decimal digit sequence as a positive Integer.