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.

  1. mkForAllTyBinder :: vis -> TyCoVar -> VarBndr TyCoVar vis

    ghc GHC.Plugins

    Make a named binder

  2. mkForAllTyBinders :: vis -> [TyCoVar] -> [VarBndr TyCoVar vis]

    ghc GHC.Plugins

    Make many named binders

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

    ghc GHC.Plugins

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

  4. mkForeignExportOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  5. mkForeignExportOcc :: OccName -> OccName

    ghc GHC.Plugins

    No documentation available.

  6. 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

  7. mkInfForAllTy :: TyVar -> Type -> Type

    ghc GHC.Plugins

    Like mkTyCoInvForAllTy, but tv should be a tyvar

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

    ghc GHC.Plugins

    Like mkTyCoInvForAllTys, but tvs should be a list of tyvar

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

    No documentation available.

Page 473 of many | Previous | Next