Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. roNumConstantFolding :: RuleOpts -> !Bool

    ghc-lib-parser GHC.Core.Rules.Config

    Enable more advanced numeric constant folding

  2. isEnumerationTyCon :: TyCon -> Bool

    ghc-lib-parser GHC.Core.TyCon

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

  3. is_enum :: AlgTyConRhs -> Bool

    ghc-lib-parser GHC.Core.TyCon

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

  4. isNumLitTy :: Type -> Maybe Integer

    ghc-lib-parser GHC.Core.Type

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

  5. mkNumLitTy :: Integer -> Type

    ghc-lib-parser GHC.Core.Type

    No documentation available.

  6. module GHC.Data.EnumSet

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

  7. data EnumSet (a :: k)

    ghc-lib-parser GHC.Data.EnumSet

    No documentation available.

  8. Opt_NumConstantFolding :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  9. Opt_WarnEmptyEnumerations :: WarningFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  10. ParMakeNumProcessors :: ParMakeCount

    ghc-lib-parser GHC.Driver.DynFlags

    Use parallelism with as many processors as possible (-j flag without an argument).

Page 281 of many | Previous | Next