Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. anyBag :: (a -> Bool) -> Bag a -> Bool

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

  2. anyBagM :: Monad m => (a -> m Bool) -> Bag a -> m Bool

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

  3. anyLConIsGadt :: Foldable f => f (GenLocated l (ConDecl pass)) -> Bool

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  4. anyRewritableTyFamApp :: EqRel -> (UnderFam -> EqRel -> TyCon -> [TcType] -> Bool) -> TcType -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  5. anyRewritableTyVar :: EqRel -> (UnderFam -> EqRel -> TcTyVar -> Bool) -> TcType -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  6. anyTy_maybe :: Type -> Maybe Kind

    ghc-lib-parser GHC.Tc.Utils.TcType

    Check whether the type is of the form Any :: k, returning the kind k.

  7. anyNameEnv :: (elt -> Bool) -> NameEnv elt -> Bool

    ghc-lib-parser GHC.Types.Name.Env

    No documentation available.

  8. anyUniqMap :: (a -> Bool) -> UniqMap k a -> Bool

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

  9. anyDVarEnv :: (a -> Bool) -> DVarEnv a -> Bool

    ghc-lib-parser GHC.Types.Var.Env

    No documentation available.

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

    ghc-lib-parser 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.

Page 68 of many | Previous | Next