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.
anyArithException :: Selector ArithExceptionsydtest Test.Syd.Expectation No documentation available.
anyErrorCall :: Selector ErrorCallsydtest Test.Syd.Expectation No documentation available.
anyException :: Selector SomeExceptionsydtest Test.Syd.Expectation No documentation available.
anyIOException :: Selector IOExceptionsydtest Test.Syd.Expectation No documentation available.
anyArithException :: Selector ArithExceptionhspec-expectations Test.Hspec.Expectations No documentation available.
anyErrorCall :: Selector ErrorCallhspec-expectations Test.Hspec.Expectations No documentation available.
anyException :: Selector SomeExceptionhspec-expectations Test.Hspec.Expectations No documentation available.
anyIOException :: Selector IOExceptionhspec-expectations Test.Hspec.Expectations 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.