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.
anyIOException :: Selector IOExceptionsydtest Test.Syd.Expectation No documentation available.
anyOf :: forall k (is :: IxList) s a . Is k A_Fold => Optic' k is s a -> (a -> Bool) -> s -> Booloptics-core Optics.Fold Returns True if any target of a Fold satisfies a predicate.
>>> anyOf each (=='x') ('x','y') TrueanyAttr :: ((str, str) -> Bool) -> [Attribute str] -> Booltagsoup Text.HTML.TagSoup.Match Does any attribute name/value match the predicate.
anyAttrLit :: Eq str => (str, str) -> [Attribute str] -> Booltagsoup Text.HTML.TagSoup.Match Does any attribute name/value match.
anyAttrName :: (str -> Bool) -> [Attribute str] -> Booltagsoup Text.HTML.TagSoup.Match Does any attribute name match the predicate.
anyAttrNameLit :: Eq str => str -> [Attribute str] -> Booltagsoup Text.HTML.TagSoup.Match Does any attribute name match.
anyAttrValue :: (str -> Bool) -> [Attribute str] -> Booltagsoup Text.HTML.TagSoup.Match Does any attribute value match the predicate.
anyAttrValueLit :: Eq str => str -> [Attribute str] -> Booltagsoup Text.HTML.TagSoup.Match Does any attribute value match.
-
haskell-src-exts Language.Haskell.Exts.Syntax No documentation available.
anyChar :: CharParsing m => m Charparsers Text.Parser.Char This parser succeeds for any character. Returns the parsed character.