haskell / 7 / libraries / base-4.8.2.0 / system-posix-types.html

System.Posix.Types

Copyright (c) The University of Glasgow 2002
License BSD-style (see the file libraries/base/LICENSE)
Maintainer libraries@haskell.org
Stability provisional
Portability non-portable (requires POSIX)
Safe Haskell Trustworthy
Language Haskell2010

Contents

Description

POSIX data types: Haskell equivalents of the types defined by the <sys/types.h> C header on a POSIX system.

POSIX data types

newtype CDev Source

Constructors

newtype CIno Source

Constructors

newtype CMode Source

Constructors

newtype COff Source

Constructors

newtype CPid Source

Constructors

newtype CSsize Source

Constructors

newtype CGid Source

Constructors

newtype CNlink Source

Constructors

newtype CUid Source

Constructors

newtype CCc Source

Constructors

newtype CSpeed Source

Constructors

newtype CTcflag Source

Constructors

newtype CRLim Source

Constructors

newtype Fd Source

Constructors

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

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/base-4.8.2.0/System-Posix-Types.html