Haskell Core Libraries (base package)ParentContentsIndex
System.Posix.Types
Portability non-portable (requires POSIX)
Stability provisional
Maintainer libraries@haskell.org
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
data 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
POSIX data types
data CDev
Instances
Read CDev
Show CDev
Typeable CDev
data CIno
Instances
Read CIno
Show CIno
Typeable CIno
data CMode
Instances
Read CMode
Show CMode
Typeable CMode
data COff
Instances
Read COff
Show COff
Typeable COff
data CPid
Instances
Read CPid
Show CPid
Typeable CPid
data CSsize
Instances
Read CSsize
Show CSsize
Typeable CSsize
data CGid
Instances
Read CGid
Show CGid
Typeable CGid
data CNlink
Instances
Read CNlink
Show CNlink
Typeable CNlink
data CUid
Instances
Read CUid
Show CUid
Typeable CUid
data CCc
Instances
Read CCc
Show CCc
Typeable CCc
data CSpeed
Instances
Read CSpeed
Show CSpeed
Typeable CSpeed
data CTcflag
Instances
Read CTcflag
Show CTcflag
Typeable CTcflag
data CRLim
Instances
Read CRLim
Show CRLim
Typeable CRLim
data Fd
Constructors
Fd CInt
Instances
Read Fd
Show Fd
Typeable Fd
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
Produced by Haddock version 0.4