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. SelForAll :: CoSel

    ghc-lib-parser GHC.Core.TyCo.Rep

    No documentation available.

  2. mkForAllTy :: ForAllTyBinder -> Type -> Type

    ghc-lib-parser GHC.Core.TyCo.Rep

    Like mkTyCoForAllTy, but does not check the occurrence of the binder See Note [Unused coercion variable in ForAllTy]

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

    ghc-lib-parser GHC.Core.TyCo.Rep

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

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

    ghc-lib-parser GHC.Core.TyCo.Rep

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

  5. substForAllCoBndr :: Subst -> TyCoVar -> KindCoercion -> (Subst, TyCoVar, Coercion)

    ghc-lib-parser GHC.Core.TyCo.Subst

    No documentation available.

  6. substForAllCoBndrUsing :: SwapFlag -> (Coercion -> Coercion) -> Subst -> TyCoVar -> KindCoercion -> (Subst, TyCoVar, KindCoercion)

    ghc-lib-parser GHC.Core.TyCo.Subst

    No documentation available.

  7. tidyForAllTyBinder :: TidyEnv -> VarBndr TyCoVar vis -> (TidyEnv, VarBndr TyCoVar vis)

    ghc-lib-parser GHC.Core.TyCo.Tidy

    No documentation available.

  8. tidyForAllTyBinders :: TidyEnv -> [VarBndr TyCoVar vis] -> (TidyEnv, [VarBndr TyCoVar vis])

    ghc-lib-parser GHC.Core.TyCo.Tidy

    No documentation available.

  9. isForgetfulSynTyCon :: TyCon -> Bool

    ghc-lib-parser GHC.Core.TyCon

    Is this a forgetful type synonym? If this is a type synonym whose RHS does not mention one (or more) of its bound variables, returns True. Thus, False means that all bound variables appear on the RHS; True may not mean anything, as the test to set this flag is conservative. See Note [Forgetful type synonyms]

  10. tyConBinderForAllTyFlag :: TyConBinder -> ForAllTyFlag

    ghc-lib-parser GHC.Core.TyCon

    No documentation available.

Page 671 of many | Previous | Next