Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mkInfForAllTys :: [TyVar] -> Type -> Typeghc GHC.Plugins Like mkTyCoInvForAllTys, but tvs should be a list of tyvar
mkInvisForAllTys :: [InvisTVBinder] -> Type -> Typeghc GHC.Plugins Wraps foralls over the type using the provided InvisTVBinders from left to right
mkNakedForAllCo :: TyVar -> ForAllTyFlag -> ForAllTyFlag -> CoercionN -> Coercion -> Coercionghc GHC.Plugins No documentation available.
mkSpecForAllTy :: TyVar -> Type -> Typeghc GHC.Plugins Like mkForAllTy, but assumes the variable is dependent and Specified, a common case
mkSpecForAllTys :: [TyVar] -> Type -> Typeghc GHC.Plugins Like mkForAllTys, but assumes all variables are dependent and Specified, a common case
mkTyCoForAllTy :: TyCoVar -> ForAllTyFlag -> Type -> Typeghc GHC.Plugins Make a dependent forall over a TyCoVar
mkTyCoForAllTys :: [ForAllTyBinder] -> Type -> Typeghc GHC.Plugins Make a dependent forall over a TyCoVar
mkTyCoInvForAllTy :: TyCoVar -> Type -> Typeghc GHC.Plugins Make a dependent forall over an Inferred variable
mkTyCoInvForAllTys :: [TyCoVar] -> Type -> Typeghc GHC.Plugins Like mkForAllTys, but assumes all variables are dependent and Inferred, a common case
mkVisForAllTys :: [TyVar] -> Type -> Typeghc GHC.Plugins Like mkForAllTys, but assumes all variables are dependent and visible