Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. mkForAllTys :: [ForAllTyBinder] -> Type -> Type

    ghc GHC.Core.Type

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

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

    ghc GHC.Core.Type

    Like mkTyCoInvForAllTy, but tv should be a tyvar

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

    ghc GHC.Core.Type

    Like mkTyCoInvForAllTys, but tvs should be a list of tyvar

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

    ghc GHC.Core.Type

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

  5. mkSpecForAllTy :: TyVar -> Type -> Type

    ghc GHC.Core.Type

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

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

    ghc GHC.Core.Type

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

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

    ghc GHC.Core.Type

    Make a dependent forall over a TyCoVar

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

    ghc GHC.Core.Type

    Make a dependent forall over a TyCoVar

  9. mkTyCoInvForAllTy :: TyCoVar -> Type -> Type

    ghc GHC.Core.Type

    Make a dependent forall over an Inferred variable

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

    ghc GHC.Core.Type

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

Page 447 of many | Previous | Next