|
GHC.Word | Portability | non-portable (GHC Extensions) | Stability | internal | Maintainer | cvs-ghc@haskell.org |
|
|
|
|
|
Description |
Sized unsigned integral types: Word, Word8, Word16, Word32, and
Word64.
|
|
Synopsis |
|
|
|
Documentation |
|
data Word |
A Word is an unsigned integral type, with the same size as Int. | Constructors | | Instances | |
|
|
data Word8 |
8-bit unsigned integer type | Constructors | | Instances | |
|
|
data Word16 |
16-bit unsigned integer type | Constructors | | Instances | |
|
|
data Word32 |
32-bit unsigned integer type | Constructors | | Instances | |
|
|
data Word64 |
64-bit unsigned integer type | Constructors | | Instances | |
|
|
toEnumError :: (Show a) => String -> Int -> (a, a) -> b |
|
fromEnumError :: (Show a) => String -> a -> b |
|
succError :: String -> a |
|
predError :: String -> a |
|
Produced by Haddock version 0.4 |