Haskell Hierarchical Libraries (base package)Source 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
show/hide Instances
data CIno
show/hide Instances
data CMode
show/hide Instances
data COff
show/hide Instances
data CPid
show/hide Instances
data CSsize
show/hide Instances
newtype Fd
Constructors
Fd CInt
show/hide Instances
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
Produced by Haddock version 0.8