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. anyBagM :: Monad m => (a -> m Bool) -> Bag a -> m Bool

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

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

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

    No documentation available.

Page 68 of many | Previous | Next