Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. tagToEnumKey :: Unique

    ghc GHC.Builtin.PrimOps

    No documentation available.

  2. isNumericClass :: Class -> Bool

    ghc GHC.Builtin.Utils

    No documentation available.

  3. data RPNum

    ghc GHC.Cmm.Dominators

    Reverse postorder number of a node in a CFG

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

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

    ghc GHC.Cmm.Dominators

    No documentation available.

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

    ghc GHC.Core.Coercion.Axiom

    No documentation available.

  7. roBignumRules :: RuleOpts -> !Bool

    ghc GHC.Core.Rules.Config

    Enable rules for bignums

  8. roNumConstantFolding :: RuleOpts -> !Bool

    ghc GHC.Core.Rules.Config

    Enable more advanced numeric constant folding

  9. isEnumerationTyCon :: TyCon -> Bool

    ghc GHC.Core.TyCon

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

  10. is_enum :: AlgTyConRhs -> Bool

    ghc GHC.Core.TyCon

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

Page 157 of many | Previous | Next