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.

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

    ghc GHC.Plugins

    Like mkTyCoInvForAllTys, but tvs should be a list of tyvar

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

    No documentation available.

  4. mkSpecForAllTy :: TyVar -> Type -> Type

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

    Make a dependent forall over a TyCoVar

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

    ghc GHC.Plugins

    Make a dependent forall over a TyCoVar

  8. mkTyCoInvForAllTy :: TyCoVar -> Type -> Type

    ghc GHC.Plugins

    Make a dependent forall over an Inferred variable

  9. mkTyCoInvForAllTys :: [TyCoVar] -> Type -> Type

    ghc GHC.Plugins

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

  10. mkVisForAllTys :: [TyVar] -> Type -> Type

    ghc GHC.Plugins

    Like mkForAllTys, but assumes all variables are dependent and visible

Page 475 of many | Previous | Next