Haskell Core Libraries (base package)
Contents
Index
Foreign.C.Types
Portability
portable
Stability
provisional
Maintainer
ffi@haskell.org
Description
Mapping of C types to corresponding Haskell types. A cool hack...
Synopsis
newtype
CChar
=
CChar
Int8
newtype
CSChar
=
CSChar
Int8
newtype
CUChar
=
CUChar
Word8
newtype
CShort
=
CShort
Int16
newtype
CUShort
=
CUShort
Word16
newtype
CInt
=
CInt
Int32
newtype
CUInt
=
CUInt
Word32
newtype
CLong
=
CLong
Int32
newtype
CULong
=
CULong
Word32
newtype
CLLong
=
CLLong
Int64
newtype
CULLong
=
CULLong
Word64
newtype
CFloat
=
CFloat
Float
newtype
CDouble
=
CDouble
Double
newtype
CLDouble
=
CLDouble
Double
Produced by
Haddock
version 0.6