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.
anyFreeVarsOfTypes :: (TyCoVar -> Bool) -> [Type] -> Boolghc GHC.Plugins No documentation available.
anyRewritableTyFamApp :: EqRel -> (EqRel -> TyCon -> [TcType] -> Bool) -> TcType -> Boolghc GHC.Tc.Utils.TcType No documentation available.
anyRewritableTyVar :: EqRel -> (EqRel -> TcTyVar -> Bool) -> TcType -> Boolghc GHC.Tc.Utils.TcType No documentation available.
anyTy_maybe :: Type -> Maybe Kindghc GHC.Tc.Utils.TcType Check whether the type is of the form Any :: k, returning the kind k.
anyNameEnv :: (elt -> Bool) -> NameEnv elt -> Boolghc GHC.Types.Name.Env No documentation available.
anyUniqMap :: (a -> Bool) -> UniqMap k a -> Boolghc GHC.Types.Unique.Map No documentation available.
anyDVarEnv :: (a -> Bool) -> DVarEnv a -> Boolghc GHC.Types.Var.Env No documentation available.
anyInRnEnvR :: RnEnv2 -> VarSet -> Boolghc 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.
anyDVarSet :: (Var -> Bool) -> DVarSet -> Boolghc GHC.Types.Var.Set No documentation available.
anyVarSet :: (Var -> Bool) -> VarSet -> Boolghc GHC.Types.Var.Set No documentation available.