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. updModeForStableUnfoldings :: Activation -> SimplMode -> SimplMode

    ghc-lib-parser GHC.Core.Opt.Simplify.Utils

    No documentation available.

  2. mkForAllRedn :: ForAllTyFlag -> TyVar -> ReductionN -> Reduction -> Reduction

    ghc-lib-parser GHC.Core.Reduction

    Create a Reduction associated to a Π type, from a kind Reduction and a body Reduction. Combines mkForAllCo and mkForAllTy.

  3. mkHomoForAllRedn :: [TyVarBinder] -> Reduction -> Reduction

    ghc-lib-parser GHC.Core.Reduction

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

  4. pprRulesForUser :: [CoreRule] -> SDoc

    ghc-lib-parser GHC.Core.Rules

    No documentation available.

  5. roPlatform :: RuleOpts -> !Platform

    ghc-lib-parser GHC.Core.Rules.Config

    Target platform

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

    ghc-lib-parser GHC.Core.Subst

    No documentation available.

  7. cmpForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Ordering

    ghc-lib-parser 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.

  8. eqForAllVis :: ForAllTyFlag -> ForAllTyFlag -> Bool

    ghc-lib-parser 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.

  9. pprForAll :: [ForAllTyBinder] -> SDoc

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

    No documentation available.

  10. pprUserForAll :: [ForAllTyBinder] -> SDoc

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

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

Page 670 of many | Previous | Next