Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Backwards-compatible orphan instances for ghc-bignum ghc-bignum-orphans defines orphan instances that mimic instances available in later versions of ghc-bignum to a wider (older) range of compilers. ghc-bignum-orphans does not export anything except the orphan instances themselves.
Opt_NumConstantFolding :: GeneralFlagghc-lib GHC No documentation available.
execLineNumber :: ExecOptions -> Intghc-lib GHC line number (for errors)
isNumericClass :: Class -> Boolghc-lib GHC.Builtin.Utils No documentation available.
-
ghc-lib GHC.Cmm.Dominators Reverse postorder number of a node in a CFG
-
ghc-lib 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-lib GHC.Cmm.Dominators No documentation available.
-
ghc-lib GHC.HsToCore.Match.Literal Warns about [2,3 .. 1] or [b .. a] which return the empty list. For numeric literals, only works for integral types, not floating point.
ds_next_wrapper_num :: DsGblEnv -> IORef (ModuleEnv Int)ghc-lib GHC.HsToCore.Types See Note [Generating fresh names for FFI wrappers]
isNumLitTy :: Type -> Maybe Integerghc-lib GHC.Plugins Is this a numeric literal. We also look through type synonyms.