On this page
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
Platform differences
This module contains platform specific information about types. __/As such the types presented on this page reflect the platform on which the documentation was generated and may not coincide with the types on your platform./__
Instances
Instances
Instances
Instances
Instances
Instances
Instances
Instances
Instances
Instances
| Storable CCc Source | |
| Enum CCc Source | |
|
Defined in System.Posix.Types |
|
| Num CCc Source | |
| Read CCc Source | |
| Real CCc Source | |
|
Defined in System.Posix.Types MethodstoRational :: CCc -> Rational Source |
|
| Show CCc Source | |
| Eq CCc Source | |
| Ord CCc Source | |
Instances
| Storable CSpeed Source | |
|
Defined in System.Posix.Types MethodssizeOf :: CSpeed -> Int Source alignment :: CSpeed -> Int Source peekElemOff :: Ptr CSpeed -> Int -> IO CSpeed Source pokeElemOff :: Ptr CSpeed -> Int -> CSpeed -> IO () Source peekByteOff :: Ptr b -> Int -> IO CSpeed Source pokeByteOff :: Ptr b -> Int -> CSpeed -> IO () Source |
|
| Enum CSpeed Source | |
|
Defined in System.Posix.Types Methodssucc :: CSpeed -> CSpeed Source pred :: CSpeed -> CSpeed Source toEnum :: Int -> CSpeed Source fromEnum :: CSpeed -> Int Source enumFrom :: CSpeed -> [CSpeed] Source enumFromThen :: CSpeed -> CSpeed -> [CSpeed] Source enumFromTo :: CSpeed -> CSpeed -> [CSpeed] Source enumFromThenTo :: CSpeed -> CSpeed -> CSpeed -> [CSpeed] Source |
|
| Num CSpeed Source | |
| Read CSpeed Source | |
| Real CSpeed Source | |
|
Defined in System.Posix.Types MethodstoRational :: CSpeed -> Rational Source |
|
| Show CSpeed Source | |
| Eq CSpeed Source | |
| Ord CSpeed Source | |
|
Defined in System.Posix.Types |
|
Instances
Instances
Since: base-4.10.0.0
Instances
Since: base-4.10.0.0
Instances
Since: base-4.10.0.0
Instances
Since: base-4.10.0.0
Instances
Since: base-4.10.0.0
Instances
Since: base-4.10.0.0
Instances
Since: base-4.10.0.0
Instances
Since: base-4.10.0.0
Instances
| Storable CTimer Source | |
|
Defined in System.Posix.Types MethodssizeOf :: CTimer -> Int Source alignment :: CTimer -> Int Source peekElemOff :: Ptr CTimer -> Int -> IO CTimer Source pokeElemOff :: Ptr CTimer -> Int -> CTimer -> IO () Source peekByteOff :: Ptr b -> Int -> IO CTimer Source pokeByteOff :: Ptr b -> Int -> CTimer -> IO () Source |
|
| Show CTimer Source | |
| Eq CTimer Source | |
| Ord CTimer Source | |
|
Defined in System.Posix.Types |
|
Since: base-4.14.0.0
Instances
Since: base-4.14.0.0
Instances
Instances
| Storable Fd Source | |
| Bits Fd Source | |
|
Defined in System.Posix.Types Methods(.&.) :: Fd -> Fd -> Fd Source (.|.) :: Fd -> Fd -> Fd Source complement :: Fd -> Fd Source shift :: Fd -> Int -> Fd Source rotate :: Fd -> Int -> Fd Source setBit :: Fd -> Int -> Fd Source clearBit :: Fd -> Int -> Fd Source complementBit :: Fd -> Int -> Fd Source testBit :: Fd -> Int -> Bool Source bitSizeMaybe :: Fd -> Maybe Int Source shiftL :: Fd -> Int -> Fd Source unsafeShiftL :: Fd -> Int -> Fd Source shiftR :: Fd -> Int -> Fd Source unsafeShiftR :: Fd -> Int -> Fd Source rotateL :: Fd -> Int -> Fd Source |
|
| FiniteBits Fd Source | |
|
Defined in System.Posix.Types MethodsfiniteBitSize :: Fd -> Int Source countLeadingZeros :: Fd -> Int Source countTrailingZeros :: Fd -> Int Source |
|
| Bounded Fd Source | |
| Enum Fd Source | |
| Ix Fd Source | |
| Num Fd Source | |
| Read Fd Source | |
| Integral Fd Source | |
| Real Fd Source | |
|
Defined in System.Posix.Types MethodstoRational :: Fd -> Rational Source |
|
| Show Fd Source | |
| Eq Fd Source | |
| Ord Fd Source | |
type LinkCount = CNlink Source
type ClockTick = CClock Source
type FileOffset = COff Source
type ProcessGroupID = CPid Source
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/9.4.2/docs/libraries/base-4.17.0.0/System-Posix-Types.html