Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
anyOf :: [Name] -> NameMatcher Namexml-conduit Text.XML.Stream.Parse Matches any Name from the given list. Returns the matched Name. Since 1.5.0
anyArithException :: Selector ArithExceptionsydtest Test.Syd No documentation available.
anyErrorCall :: Selector ErrorCallsydtest Test.Syd No documentation available.
anyException :: Selector SomeExceptionsydtest Test.Syd No documentation available.
anyIOException :: Selector IOExceptionsydtest Test.Syd No documentation available.
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.
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') True