Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Opt_WarnEmptyEnumerations :: WarningFlagghc-lib-parser GHC.Driver.Session No documentation available.
ParMakeNumProcessors :: ParMakeCountghc-lib-parser GHC.Driver.Session Use parallelism with as many processors as possible (-j flag without an argument).
DsEmptyEnumeration :: DsMessageghc-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
IfaceNumTyLit :: Integer -> IfaceTyLitghc-lib-parser GHC.Iface.Type No documentation available.
fromEnum :: Enum a => a -> Intghc-lib-parser GHC.Prelude.Basic Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
-
ghc-lib-parser GHC.Prelude.Basic Convert from an Int.
execLineNumber :: ExecOptions -> Intghc-lib-parser GHC.Runtime.Eval.Types line number (for errors)
-
ghc-lib-parser GHC.StgToJS.Symbols No documentation available.
-
ghc-lib-parser GHC.Tc.Errors.Types We couldn't derive an instance either because the type was not an enum type or because it did have more than one constructor.
DerivErrMustBeEnumType :: TyCon -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The given TyCon must be an enumeration. See Note [Enumeration types] in GHC.Core.TyCon