Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. gwdRPNumber :: forall (node :: Extensibility -> Extensibility -> Type) . HasDebugCallStack => GraphWithDominators node -> Label -> RPNum

    ghc GHC.Cmm.Dominators

    Use gwdRPNumber on the result of the dominator analysis to get a mapping from the Label of each reachable block to the reverse postorder number of that block.

  2. gwd_rpnumbering :: GraphWithDominators (node :: Extensibility -> Extensibility -> Type) -> LabelMap RPNum

    ghc GHC.Cmm.Dominators

    No documentation available.

  3. coAxiomNumPats :: forall (br :: BranchFlag) . CoAxiom br -> Int

    ghc GHC.Core.Coercion.Axiom

    No documentation available.

  4. roBignumRules :: RuleOpts -> !Bool

    ghc GHC.Core.Rules.Config

    Enable rules for bignums

  5. roNumConstantFolding :: RuleOpts -> !Bool

    ghc GHC.Core.Rules.Config

    Enable more advanced numeric constant folding

  6. isEnumerationTyCon :: TyCon -> Bool

    ghc GHC.Core.TyCon

    Is this an algebraic TyCon which is just an enumeration of values?

  7. is_enum :: AlgTyConRhs -> Bool

    ghc GHC.Core.TyCon

    Cached value: is this an enumeration type? See Note [Enumeration types]

  8. isNumLitTy :: Type -> Maybe Integer

    ghc GHC.Core.Type

    Is this a numeric literal. We also look through type synonyms.

  9. mkNumLitTy :: Integer -> Type

    ghc GHC.Core.Type

    No documentation available.

  10. module GHC.Data.EnumSet

    A tiny wrapper around IntSet for representing sets of Enum things.

Page 161 of many | Previous | Next