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.

  1. anyOf :: [Name] -> NameMatcher Name

    xml-conduit Text.XML.Stream.Parse

    Matches any Name from the given list. Returns the matched Name. Since 1.5.0

  2. anyArithException :: Selector ArithException

    sydtest Test.Syd

    No documentation available.

  3. anyErrorCall :: Selector ErrorCall

    sydtest Test.Syd

    No documentation available.

  4. anyException :: Selector SomeException

    sydtest Test.Syd

    No documentation available.

  5. anyIOException :: Selector IOException

    sydtest Test.Syd

    No documentation available.

  6. anyArithException :: Selector ArithException

    sydtest Test.Syd.Expectation

    No documentation available.

  7. anyErrorCall :: Selector ErrorCall

    sydtest Test.Syd.Expectation

    No documentation available.

  8. anyException :: Selector SomeException

    sydtest Test.Syd.Expectation

    No documentation available.

  9. anyIOException :: Selector IOException

    sydtest Test.Syd.Expectation

    No documentation available.

  10. 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
    

Page 51 of many | Previous | Next