Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. anyInRnEnvR :: RnEnv2 -> VarSet -> Bool

    ghc GHC.Types.Var.Env

    `anyInRnEnvR env set` == `any (inRnEnvR rn_env) (toList set)` but lazy in the second argument if the right side of the env is empty.

  2. anyDVarSet :: (Var -> Bool) -> DVarSet -> Bool

    ghc GHC.Types.Var.Set

    No documentation available.

  3. anyVarSet :: (Var -> Bool) -> VarSet -> Bool

    ghc GHC.Types.Var.Set

    No documentation available.

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

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

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

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

    ghc GHC.Utils.Unique

    No documentation available.

  7. anyArithException :: Selector ArithException

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  8. anyErrorCall :: Selector ErrorCall

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  9. anyException :: Selector SomeException

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

  10. anyIOException :: Selector IOException

    hspec-expectations Test.Hspec.Expectations

    No documentation available.

Page 51 of many | Previous | Next