|
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 |
|
|
8-bit signed integer type
| Constructors | | Instances | |
|
|
|
16-bit signed integer type
| Constructors | | Instances | |
|
|
|
32-bit signed integer type
| Constructors | | Instances | |
|
|
|
64-bit signed integer type
| Constructors | | Instances | |
|
|
uncheckedIShiftL64# :: Int64# -> Int# -> Int64# | Source |
|
|
uncheckedIShiftRA64# :: Int64# -> Int# -> Int64# | Source |
|
|
Produced by Haddock version 2.0.0.0 |