base-4.2.0.0: Basic librariesSource codeContentsIndex
System.Posix.Types
Portabilitynon-portable (requires POSIX)
Stabilityprovisional
Maintainerlibraries@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
show/hide Instances
data CIno Source
show/hide Instances
data CMode Source
show/hide Instances
data COff Source
show/hide Instances
data CPid Source
show/hide Instances
data CSsize Source
show/hide Instances
data CGid Source
show/hide Instances
data CNlink Source
show/hide Instances
data CUid Source
show/hide Instances
data CCc Source
show/hide Instances
data CSpeed Source
show/hide Instances
data CTcflag Source
show/hide Instances
data CRLim Source
show/hide Instances
newtype Fd Source
Constructors
Fd CInt
show/hide Instances
type LinkCount = CNlinkSource
type UserID = CUidSource
type GroupID = CGidSource
type ByteCount = CSizeSource
type ClockTick = CClockSource
type EpochTime = CTimeSource
type FileOffset = COffSource
type ProcessID = CPidSource
type ProcessGroupID = CPidSource
type DeviceID = CDevSource
type FileID = CInoSource
type FileMode = CModeSource
type Limit = CLongSource
Produced by Haddock version 2.6.0