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.
-
ghc GHC.Builtin.PrimOps No documentation available.
isNumericClass :: Class -> Boolghc GHC.Builtin.Utils No documentation available.
-
ghc GHC.Cmm.Dominators Reverse postorder number of a node in a CFG
-
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.
-
ghc GHC.Cmm.Dominators No documentation available.
coAxiomNumPats :: forall (br :: BranchFlag) . CoAxiom br -> Intghc GHC.Core.Coercion.Axiom No documentation available.
roBignumRules :: RuleOpts -> !Boolghc GHC.Core.Rules.Config Enable rules for bignums
roNumConstantFolding :: RuleOpts -> !Boolghc GHC.Core.Rules.Config Enable more advanced numeric constant folding
isEnumerationTyCon :: TyCon -> Boolghc GHC.Core.TyCon Is this an algebraic TyCon which is just an enumeration of values?
is_enum :: AlgTyConRhs -> Boolghc GHC.Core.TyCon Cached value: is this an enumeration type? See Note [Enumeration types]