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

    ghc GHC.Types.Literal

    Word16# - exactly 16 bits

  2. LitNumWord32 :: LitNumType

    ghc GHC.Types.Literal

    Word32# - exactly 32 bits

  3. LitNumWord64 :: LitNumType

    ghc GHC.Types.Literal

    Word64# - exactly 64 bits

  4. LitNumWord8 :: LitNumType

    ghc GHC.Types.Literal

    Word8# - exactly 8 bits

  5. LitNumber :: LitNumType -> Integer -> Literal

    ghc GHC.Types.Literal

    Any numeric literal that can be internally represented with an Integer.

  6. litNumBitSize :: Platform -> LitNumType -> Maybe Word

    ghc GHC.Types.Literal

    Number of bits

  7. litNumCheckRange :: Platform -> LitNumType -> Integer -> Bool

    ghc GHC.Types.Literal

    Check that a given number is in the range of a numeric literal

  8. litNumCoerce :: LitNumType -> Platform -> Literal -> Literal

    ghc GHC.Types.Literal

    Coerce a literal number into another using wrapping semantics.

  9. litNumIsSigned :: LitNumType -> Bool

    ghc GHC.Types.Literal

    Indicate if a numeric literal type supports negative numbers

  10. litNumNarrow :: LitNumType -> Platform -> Literal -> Literal

    ghc GHC.Types.Literal

    Narrow a literal number by converting it into another number type and then converting it back to its original type.

Page 164 of many | Previous | Next