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. mkHomoForAllRedn :: [TyVarBinder] -> Reduction -> Reduction

    ghc GHC.Core.Reduction

    Create a Reduction of a quantified type from a Reduction of the body. Combines mkHomoForAllCos and mkForAllTys.

  2. pprRulesForUser :: [CoreRule] -> SDoc

    ghc GHC.Core.Rules

    No documentation available.

  3. roPlatform :: RuleOpts -> !Platform

    ghc GHC.Core.Rules.Config

    Target platform

  4. substRulesForImportedIds :: Subst -> [CoreRule] -> [CoreRule]

    ghc GHC.Core.Subst

    No documentation available.

  5. cmpForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Ordering

    ghc GHC.Core.TyCo.Compare

    Do these denote the same level of visibility? Required arguments are visible, others are not. So this function equates Specified and Inferred. Used for printing.

  6. eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Bool

    ghc GHC.Core.TyCo.Compare

    Do these denote the same level of visibility? Required arguments are visible, others are not. So this function equates Specified and Inferred. Used for printing.

  7. pprForAll :: [ForAllTyBinder] -> SDoc

    ghc GHC.Core.TyCo.Ppr

    No documentation available.

  8. pprUserForAll :: [ForAllTyBinder] -> SDoc

    ghc GHC.Core.TyCo.Ppr

    Print a user-level forall; see Note [When to print foralls] in GHC.Iface.Type.

  9. SelForAll :: CoSel

    ghc GHC.Core.TyCo.Rep

    No documentation available.

  10. mkForAllTy :: ForAllTyBinder -> Type -> Type

    ghc GHC.Core.TyCo.Rep

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

Page 444 of many | Previous | Next