• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. anyArithException :: Selector ArithException

    sydtest Test.Syd.Expectation

    No documentation available.

  2. anyErrorCall :: Selector ErrorCall

    sydtest Test.Syd.Expectation

    No documentation available.

  3. anyException :: Selector SomeException

    sydtest Test.Syd.Expectation

    No documentation available.

  4. anyIOException :: Selector IOException

    sydtest Test.Syd.Expectation

    No documentation available.

  5. anyArithException :: Selector ArithException

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  6. anyErrorCall :: Selector ErrorCall

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  7. anyException :: Selector SomeException

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  8. anyIOException :: Selector IOException

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

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

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

    tagsoup Text.HTML.TagSoup.Match

    Does any attribute name/value match the predicate.

Page 51 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete