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.

  1. mkHomoForAllCos :: [ForAllTyBinder] -> Coercion -> Coercion

    ghc 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

  2. mkInfForAllTy :: TyVar -> Type -> Type

    ghc GHC.Plugins

    Like mkTyCoInvForAllTy, but tv should be a tyvar

  3. mkInfForAllTys :: [TyVar] -> Type -> Type

    ghc GHC.Plugins

    Like mkTyCoInvForAllTys, but tvs should be a list of tyvar

  4. mkInvisForAllTys :: [InvisTVBinder] -> Type -> Type

    ghc GHC.Plugins

    Wraps foralls over the type using the provided InvisTVBinders from left to right

  5. mkNakedForAllCo :: TyVar -> ForAllTyFlag -> ForAllTyFlag -> CoercionN -> Coercion -> Coercion

    ghc GHC.Plugins

    No documentation available.

  6. mkSpecForAllTy :: TyVar -> Type -> Type

    ghc GHC.Plugins

    Like mkForAllTy, but assumes the variable is dependent and Specified, a common case

  7. mkSpecForAllTys :: [TyVar] -> Type -> Type

    ghc GHC.Plugins

    Like mkForAllTys, but assumes all variables are dependent and Specified, a common case

  8. mkTyCoForAllTy :: TyCoVar -> ForAllTyFlag -> Type -> Type

    ghc GHC.Plugins

    Make a dependent forall over a TyCoVar

  9. mkTyCoForAllTys :: [ForAllTyBinder] -> Type -> Type

    ghc GHC.Plugins

    Make a dependent forall over a TyCoVar

  10. mkTyCoInvForAllTy :: TyCoVar -> Type -> Type

    ghc GHC.Plugins

    Make a dependent forall over an Inferred variable

Page 474 of many | Previous | Next