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. anyVarSet :: (Var -> Bool) -> VarSet -> Bool

    ghc GHC.Types.Var.Set

    No documentation available.

  2. anyHpt :: (HomeModInfo -> Bool) -> HomePackageTable -> Bool

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

  3. anyM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Bool

    ghc GHC.Utils.Monad

    Monadic version of any, aborts the computation at the first True value

  4. anyOfUnique :: Uniquable a => a -> [Unique] -> Bool

    ghc GHC.Utils.Unique

    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. anyElement :: Axis

    xml-conduit Text.XML.Cursor

    Remove all non-elements. Compare roughly to XPath: A node test * is true for any node of the principal node type. For example, child::* will select all element children of the context node [...].

  10. anyName :: NameMatcher Name

    xml-conduit Text.XML.Stream.Parse

    Matches any Name. Returns the matched Name. Since 1.5.0

Page 50 of many | Previous | Next