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. LitNumInt :: LitNumType

    ghc GHC.Types.Literal

    Int# - according to target machine

  2. LitNumInt16 :: LitNumType

    ghc GHC.Types.Literal

    Int16# - exactly 16 bits

  3. LitNumInt32 :: LitNumType

    ghc GHC.Types.Literal

    Int32# - exactly 32 bits

  4. LitNumInt64 :: LitNumType

    ghc GHC.Types.Literal

    Int64# - exactly 64 bits

  5. LitNumInt8 :: LitNumType

    ghc GHC.Types.Literal

    Int8# - exactly 8 bits

  6. data LitNumType

    ghc GHC.Types.Literal

    Numeric literal type

  7. LitNumWord :: LitNumType

    ghc GHC.Types.Literal

    Word# - according to target machine

  8. LitNumWord16 :: LitNumType

    ghc GHC.Types.Literal

    Word16# - exactly 16 bits

  9. LitNumWord32 :: LitNumType

    ghc GHC.Types.Literal

    Word32# - exactly 32 bits

  10. LitNumWord64 :: LitNumType

    ghc GHC.Types.Literal

    Word64# - exactly 64 bits

Page 167 of many | Previous | Next