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.
anyBagM :: Monad m => (a -> m Bool) -> Bag a -> m Boolghc-lib-parser GHC.Data.Bag No documentation available.
anyLConIsGadt :: Foldable f => f (GenLocated l (ConDecl pass)) -> Boolghc-lib-parser GHC.Hs.Decls No documentation available.
anyRewritableTyFamApp :: EqRel -> (UnderFam -> EqRel -> TyCon -> [TcType] -> Bool) -> TcType -> Boolghc-lib-parser GHC.Tc.Utils.TcType No documentation available.
anyRewritableTyVar :: EqRel -> (UnderFam -> EqRel -> TcTyVar -> Bool) -> TcType -> Boolghc-lib-parser GHC.Tc.Utils.TcType No documentation available.
anyTy_maybe :: Type -> Maybe Kindghc-lib-parser GHC.Tc.Utils.TcType Check whether the type is of the form Any :: k, returning the kind k.
anyNameEnv :: (elt -> Bool) -> NameEnv elt -> Boolghc-lib-parser GHC.Types.Name.Env No documentation available.
anyUniqMap :: (a -> Bool) -> UniqMap k a -> Boolghc-lib-parser GHC.Types.Unique.Map No documentation available.
anyDVarEnv :: (a -> Bool) -> DVarEnv a -> Boolghc-lib-parser GHC.Types.Var.Env No documentation available.
anyInRnEnvR :: RnEnv2 -> VarSet -> Boolghc-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.
anyDVarSet :: (Var -> Bool) -> DVarSet -> Boolghc-lib-parser GHC.Types.Var.Set No documentation available.