|
GHC.Int | Portability | non-portable (GHC Extensions) | Stability | internal | Maintainer | cvs-ghc@haskell.org |
|
|
|
|
|
Description |
The sized integral datatypes, Int8, Int16, Int32, and Int64.
|
|
Synopsis |
|
|
|
Documentation |
|
data Int8 |
8-bit signed integer type | Constructors | | Instances | |
|
|
data Int16 |
16-bit signed integer type | Constructors | | Instances | |
|
|
data Int32 |
32-bit signed integer type | Constructors | | Instances | |
|
|
data Int64 |
64-bit signed integer type | Constructors | | Instances | |
|
|
Produced by Haddock version 0.4 |