base-4.1.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
newtype Fd = Fd CInt
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
newtype Fd Source
Constructors
Fd CInt
show/hide Instances
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.4.2