Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. tagToEnumKey :: Unique

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

  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. Opt_WarnEmptyEnumerations :: WarningFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  5. ParMakeNumProcessors :: ParMakeCount

    ghc-lib-parser GHC.Driver.DynFlags

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

  6. Opt_WarnEmptyEnumerations :: WarningFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  7. Opt_WarnEmptyEnumerations :: WarningFlag

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  8. ParMakeNumProcessors :: ParMakeCount

    ghc-lib-parser GHC.Driver.Session

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

  9. DsEmptyEnumeration :: DsMessage

    ghc-lib-parser GHC.HsToCore.Errors.Types

    DsEmptyEnumeration is a warning (controlled by the -Wempty-enumerations flag) that is emitted if an enumeration is empty. Example(s): main :: IO () main = do let enum = [5 .. 3] print enum Here enum would yield an empty list, because 5 is greater than 3. Test case(s): warningsshould_compileT10930 warningsshould_compileT18402 warningsshould_compileT10930b numericshould_compileT10929 numericshould_compileT7881 deSugarshould_runT18172

  10. IfaceNumTyLit :: Integer -> IfaceTyLit

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

Page 142 of many | Previous | Next