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.
Opt_WarnEmptyEnumerations :: WarningFlagghc GHC.Driver.Flags No documentation available.
Opt_WarnEmptyEnumerations :: WarningFlagghc GHC.Driver.Session No documentation available.
ParMakeNumProcessors :: ParMakeCountghc GHC.Driver.Session Use parallelism with as many processors as possible (-j flag without an argument).
DsEmptyEnumeration :: DsMessageghc 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
-
ghc 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.
IfaceNumTyLit :: Integer -> IfaceTyLitghc GHC.Iface.Type No documentation available.
fromEnum :: Enum a => a -> Intghc GHC.Prelude.Basic No documentation available.
-
ghc GHC.Prelude.Basic No documentation available.
execLineNumber :: ExecOptions -> Intghc GHC.Runtime.Eval line number (for errors)
execLineNumber :: ExecOptions -> Intghc GHC.Runtime.Eval.Types line number (for errors)