base-3.0.2.0: Basic librariesContentsIndex
GHC.Int
Portabilitynon-portable (GHC Extensions)
Stabilityinternal
Maintainercvs-ghc@haskell.org
Description
The sized integral datatypes, Int8, Int16, Int32, and Int64.
Synopsis
data Int8 = I8# Int#
data Int16 = I16# Int#
data Int32 = I32# Int#
data Int64 = I64# Int64#
uncheckedIShiftL64# :: Int64# -> Int# -> Int64#
uncheckedIShiftRA64# :: Int64# -> Int# -> Int64#
Documentation
data Int8
8-bit signed integer type
Constructors
I8# Int#
show/hide Instances
data Int16
16-bit signed integer type
Constructors
I16# Int#
show/hide Instances
data Int32
32-bit signed integer type
Constructors
I32# Int#
show/hide Instances
data Int64
64-bit signed integer type
Constructors
I64# Int64#
show/hide Instances
uncheckedIShiftL64# :: Int64# -> Int# -> Int64#
uncheckedIShiftRA64# :: Int64# -> Int# -> Int64#
Produced by Haddock version 2.2.2