Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pprForAll :: [ForAllTyBinder] -> SDocghc GHC.Core.TyCo.Ppr No documentation available.
pprUserForAll :: [ForAllTyBinder] -> SDocghc GHC.Core.TyCo.Ppr Print a user-level forall; see Note [When to print foralls] in GHC.Iface.Type.
ForAllCo :: TyCoVar -> ForAllTyFlag -> ForAllTyFlag -> KindCoercion -> Coercion -> Coercionghc GHC.Core.TyCo.Rep No documentation available.
ForAllTy :: ForAllTyBinder -> Type -> Typeghc GHC.Core.TyCo.Rep A Π type. See Note [Why ForAllTy can quantify over a coercion variable] INVARIANT: If the binder is a coercion variable, it must be mentioned in the Type. See Note [Unused coercion variable in ForAllTy]
-
ghc GHC.Core.TyCo.Rep ForAllTyFlag Is something required to appear in source Haskell (Required), permitted by request (Specified) (visible type application), or prohibited entirely from appearing in source Haskell (Inferred)? See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] in GHC.Core.TyCo.Rep
-
ghc GHC.Core.TyCo.Rep No documentation available.
mkForAllTy :: ForAllTyBinder -> Type -> Typeghc GHC.Core.TyCo.Rep Like mkTyCoForAllTy, but does not check the occurrence of the binder See Note [Unused coercion variable in ForAllTy]
mkForAllTys :: [ForAllTyBinder] -> Type -> Typeghc GHC.Core.TyCo.Rep Wraps foralls over the type using the provided TyCoVars from left to right
mkInvisForAllTys :: [InvisTVBinder] -> Type -> Typeghc GHC.Core.TyCo.Rep Wraps foralls over the type using the provided InvisTVBinders from left to right
substForAllCoBndr :: Subst -> TyCoVar -> KindCoercion -> (Subst, TyCoVar, Coercion)ghc GHC.Core.TyCo.Subst No documentation available.