Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mkForAllTyBinder :: vis -> TyCoVar -> VarBndr TyCoVar visghc GHC.Plugins Make a named binder
mkForAllTyBinders :: vis -> [TyCoVar] -> [VarBndr TyCoVar vis]ghc GHC.Plugins Make many named binders
mkForAllTys :: [ForAllTyBinder] -> Type -> Typeghc GHC.Plugins Wraps foralls over the type using the provided TyCoVars from left to right
mkForeignExportOcc :: OccName -> OccNameghc GHC.Plugins No documentation available.
mkForeignExportOcc :: OccName -> OccNameghc GHC.Plugins No documentation available.
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.