Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. LexNumEscapeRange :: LexErr

    ghc GHC.Parser.Errors.Types

    Numeric escape sequence out of range

  2. PsErrNumUnderscores :: NumUnderscoreReason -> PsMessage

    ghc GHC.Parser.Errors.Types

    Underscores in literals without the extension enabled

  3. isNumLitTy :: Type -> Maybe Integer

    ghc GHC.Plugins

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

  4. mkNumLitTy :: Integer -> Type

    ghc GHC.Plugins

    No documentation available.

  5. mkTemplateLocalsNum :: Int -> [Type] -> [Id]

    ghc GHC.Plugins

    Create a template local for a series of type, but start from a specified template local

  6. class Enum a

    ghc GHC.Prelude.Basic

    No documentation available.

  7. enumFrom :: Enum a => a -> [a]

    ghc GHC.Prelude.Basic

    No documentation available.

  8. enumFromThen :: Enum a => a -> a -> [a]

    ghc GHC.Prelude.Basic

    No documentation available.

  9. enumFromThenTo :: Enum a => a -> a -> a -> [a]

    ghc GHC.Prelude.Basic

    No documentation available.

  10. enumFromTo :: Enum a => a -> a -> [a]

    ghc GHC.Prelude.Basic

    No documentation available.

Page 160 of many | Previous | Next