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. anyFreeVarsOfTypes :: (TyCoVar -> Bool) -> [Type] -> Bool

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  3. anyRewritableTyVar :: EqRel -> (EqRel -> TcTyVar -> Bool) -> TcType -> Bool

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  4. anyTy_maybe :: Type -> Maybe Kind

    ghc GHC.Tc.Utils.TcType

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

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

    ghc GHC.Types.Name.Env

    No documentation available.

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

    ghc GHC.Types.Unique.Map

    No documentation available.

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

    ghc GHC.Types.Var.Env

    No documentation available.

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

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

    ghc GHC.Types.Var.Set

    No documentation available.

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

    ghc GHC.Types.Var.Set

    No documentation available.

Page 49 of many | Previous | Next