Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mkHomoForAllCos :: [ForAllTyBinder] -> Coercion -> Coercionghc GHC.Plugins Make a Coercion quantified over a type/coercion variable; the variable has the same kind and visibility in both sides of the coercion
mkInfForAllTy :: TyVar -> Type -> Typeghc GHC.Plugins Like mkTyCoInvForAllTy, but tv should be a tyvar
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