|
| 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 |
|
|
| A Word is an unsigned integral type, with the same size as Int.
| | Constructors | | Instances | |
|
|
|
| 8-bit unsigned integer type
| | Constructors | | Instances | |
|
|
|
| 16-bit unsigned integer type
| | Constructors | | Instances | |
|
|
|
| 32-bit unsigned integer type
| | Constructors | | Instances | |
|
|
|
| 64-bit unsigned integer type
| | Constructors | | Instances | |
|
|
|
|
|
|
|
|
|
|
| uncheckedShiftL64# :: Word64# -> Int# -> Word64# | Source |
|
|
| uncheckedShiftRL64# :: Word64# -> Int# -> Word64# | Source |
|
|
| Produced by Haddock version 2.0.0.0 |