Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mkInfForAllTy :: TyVar -> Type -> Type

    ghc GHC.Core.Type

    Like mkTyCoInvForAllTy, but tv should be a tyvar

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

    ghc GHC.Core.Type

    Like mkTyCoInvForAllTys, but tvs should be a list of tyvar

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

    ghc GHC.Core.Type

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

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

    ghc GHC.Core.Type

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

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

    ghc GHC.Core.Type

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

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

    ghc GHC.Core.Type

    Make a dependent forall over a TyCoVar

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

    ghc GHC.Core.Type

    Make a dependent forall over a TyCoVar

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

    ghc GHC.Core.Type

    Make a dependent forall over an Inferred variable

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

    ghc GHC.Core.Type

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

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

    ghc GHC.Core.Type

    Like mkForAllTys, but assumes all variables are dependent and visible

Page 268 of many | Previous | Next