Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. LitNumBigNat :: LitNumType

    ghc GHC.Types.Literal

    Bignat (see Note [BigNum literals])

  2. LitNumInt :: LitNumType

    ghc GHC.Types.Literal

    Int# - according to target machine

  3. LitNumInt16 :: LitNumType

    ghc GHC.Types.Literal

    Int16# - exactly 16 bits

  4. LitNumInt32 :: LitNumType

    ghc GHC.Types.Literal

    Int32# - exactly 32 bits

  5. LitNumInt64 :: LitNumType

    ghc GHC.Types.Literal

    Int64# - exactly 64 bits

  6. LitNumInt8 :: LitNumType

    ghc GHC.Types.Literal

    Int8# - exactly 8 bits

  7. data LitNumType

    ghc GHC.Types.Literal

    Numeric literal type

  8. LitNumWord :: LitNumType

    ghc GHC.Types.Literal

    Word# - according to target machine

  9. LitNumWord16 :: LitNumType

    ghc GHC.Types.Literal

    Word16# - exactly 16 bits

  10. LitNumWord32 :: LitNumType

    ghc GHC.Types.Literal

    Word32# - exactly 32 bits

Page 167 of many | Previous | Next