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. diagnosticCodeNumber :: DiagnosticCode -> Natural

    ghc GHC.Types.Error

    the actual diagnostic code

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

    ghc GHC.Types.Id

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

  3. LitNumBigNat :: LitNumType

    ghc GHC.Types.Literal

    Bignat (see Note [BigNum literals])

  4. LitNumInt :: LitNumType

    ghc GHC.Types.Literal

    Int# - according to target machine

  5. LitNumInt16 :: LitNumType

    ghc GHC.Types.Literal

    Int16# - exactly 16 bits

  6. LitNumInt32 :: LitNumType

    ghc GHC.Types.Literal

    Int32# - exactly 32 bits

  7. LitNumInt64 :: LitNumType

    ghc GHC.Types.Literal

    Int64# - exactly 64 bits

  8. LitNumInt8 :: LitNumType

    ghc GHC.Types.Literal

    Int8# - exactly 8 bits

  9. data LitNumType

    ghc GHC.Types.Literal

    Numeric literal type

  10. LitNumWord :: LitNumType

    ghc GHC.Types.Literal

    Word# - according to target machine

Page 163 of many | Previous | Next