Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. newtype DsArgNum

    ghc GHC.HsToCore.Errors.Types

    No documentation available.

  2. DsArgNum :: Int -> DsArgNum

    ghc GHC.HsToCore.Errors.Types

    No documentation available.

  3. DsEmptyEnumeration :: DsMessage

    ghc 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

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

    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.

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

    ghc GHC.HsToCore.Types

    See Note [Generating fresh names for FFI wrappers]

  6. IfaceNumTyLit :: Integer -> IfaceTyLit

    ghc GHC.Iface.Type

    No documentation available.

  7. is_alphanum :: Char -> Bool

    ghc GHC.Parser.CharClass

    No documentation available.

  8. LexNumEscapeRange :: LexErr

    ghc GHC.Parser.Errors.Types

    Numeric escape sequence out of range

  9. PsErrNumUnderscores :: NumUnderscoreReason -> PsMessage

    ghc GHC.Parser.Errors.Types

    Underscores in literals without the extension enabled

  10. isNumLitTy :: Type -> Maybe Integer

    ghc GHC.Plugins

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

Page 163 of many | Previous | Next