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.

  1. package ghc-bignum-orphans

    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.

  2. Opt_NumConstantFolding :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  3. execLineNumber :: ExecOptions -> Int

    ghc-lib GHC

    line number (for errors)

  4. isNumericClass :: Class -> Bool

    ghc-lib GHC.Builtin.Utils

    No documentation available.

  5. data RPNum

    ghc-lib GHC.Cmm.Dominators

    Reverse postorder number of a node in a CFG

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

    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.

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

    ghc-lib GHC.Cmm.Dominators

    No documentation available.

  8. warnAboutEmptyEnumerations :: FamInstEnvs -> DynFlags -> LHsExpr GhcTc -> Maybe (LHsExpr GhcTc) -> LHsExpr GhcTc -> DsM ()

    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.

  9. ds_next_wrapper_num :: DsGblEnv -> IORef (ModuleEnv Int)

    ghc-lib GHC.HsToCore.Types

    See Note [Generating fresh names for FFI wrappers]

  10. isNumLitTy :: Type -> Maybe Integer

    ghc-lib GHC.Plugins

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

Page 564 of many | Previous | Next