base-4.2.0.0: Basic libraries
Source code
Contents
Index
System.Posix.Types
Portability
non-portable (requires POSIX)
Stability
provisional
Maintainer
libraries@haskell.org
Contents
POSIX data types
Description
POSIX data types: Haskell equivalents of the types defined by the
<sys/types.h>
C header on a POSIX system.
Synopsis
data
CDev
data
CIno
data
CMode
data
COff
data
CPid
data
CSsize
data
CGid
data
CNlink
data
CUid
data
CCc
data
CSpeed
data
CTcflag
data
CRLim
newtype
Fd
=
Fd
CInt
type
LinkCount
=
CNlink
type
UserID
=
CUid
type
GroupID
=
CGid
type
ByteCount
=
CSize
type
ClockTick
=
CClock
type
EpochTime
=
CTime
type
FileOffset
=
COff
type
ProcessID
=
CPid
type
ProcessGroupID
=
CPid
type
DeviceID
=
CDev
type
FileID
=
CIno
type
FileMode
=
CMode
type
Limit
=
CLong
POSIX data types
data
CDev
Source
data
CIno
Source
data
CMode
Source
data
COff
Source
data
CPid
Source
data
CSsize
Source
data
CGid
Source
data
CNlink
Source
data
CUid
Source
data
CCc
Source
data
CSpeed
Source
data
CTcflag
Source
data
CRLim
Source
newtype
Fd
Source
Constructors
Fd
CInt
type
LinkCount
=
CNlink
Source
type
UserID
=
CUid
Source
type
GroupID
=
CGid
Source
type
ByteCount
=
CSize
Source
type
ClockTick
=
CClock
Source
type
EpochTime
=
CTime
Source
type
FileOffset
=
COff
Source
type
ProcessID
=
CPid
Source
type
ProcessGroupID
=
CPid
Source
type
DeviceID
=
CDev
Source
type
FileID
=
CIno
Source
type
FileMode
=
CMode
Source
type
Limit
=
CLong
Source
Produced by
Haddock
version 2.6.0