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. anyIOException :: Selector IOException

    sydtest Test.Syd.Expectation

    No documentation available.

  2. anyOf :: forall k (is :: IxList) s a . Is k A_Fold => Optic' k is s a -> (a -> Bool) -> s -> Bool

    optics-core Optics.Fold

    Returns True if any target of a Fold satisfies a predicate.

    >>> anyOf each (=='x') ('x','y')
    True
    

  3. anyAttr :: ((str, str) -> Bool) -> [Attribute str] -> Bool

    tagsoup Text.HTML.TagSoup.Match

    Does any attribute name/value match the predicate.

  4. anyAttrLit :: Eq str => (str, str) -> [Attribute str] -> Bool

    tagsoup Text.HTML.TagSoup.Match

    Does any attribute name/value match.

  5. anyAttrName :: (str -> Bool) -> [Attribute str] -> Bool

    tagsoup Text.HTML.TagSoup.Match

    Does any attribute name match the predicate.

  6. anyAttrNameLit :: Eq str => str -> [Attribute str] -> Bool

    tagsoup Text.HTML.TagSoup.Match

    Does any attribute name match.

  7. anyAttrValue :: (str -> Bool) -> [Attribute str] -> Bool

    tagsoup Text.HTML.TagSoup.Match

    Does any attribute value match the predicate.

  8. anyAttrValueLit :: Eq str => str -> [Attribute str] -> Bool

    tagsoup Text.HTML.TagSoup.Match

    Does any attribute value match.

  9. anyclass_name :: l -> Name l

    haskell-src-exts Language.Haskell.Exts.Syntax

    No documentation available.

  10. anyChar :: CharParsing m => m Char

    parsers Text.Parser.Char

    This parser succeeds for any character. Returns the parsed character.

Page 53 of many | Previous | Next