| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.PosixCompat.Types
Description
Documentation
Constructors
| CBlkCnt Int64 |
Instances
Constructors
| CBlkSize Int64 |
Instances
Constructors
| CCc Word8 |
Instances
| Enum CCc # | |
| Storable CCc # | |
Defined in GHC.Internal.System.Posix.Types Methods peekElemOff :: Ptr CCc -> Int -> IO CCc pokeElemOff :: Ptr CCc -> Int -> CCc -> IO () peekByteOff :: Ptr b -> Int -> IO CCc pokeByteOff :: Ptr b -> Int -> CCc -> IO () | |
| Num CCc # | |
| Read CCc # | |
Defined in GHC.Internal.System.Posix.Types | |
| Real CCc # | |
Defined in GHC.Internal.System.Posix.Types Methods toRational :: CCc -> Rational | |
| Show CCc # | |
| Eq CCc # | |
| Ord CCc # | |
Constructors
| CClockId Int32 |
Instances
Constructors
| CDev Word64 |
Instances
Constructors
| CFsBlkCnt Word64 |
Instances
Constructors
| CFsFilCnt Word64 |
Instances
Constructors
| CGid Word32 |
Instances
Constructors
| CId Word32 |
Instances
| Bits CId # | |
Defined in GHC.Internal.System.Posix.Types Methods complement :: CId -> CId complementBit :: CId -> Int -> CId bitSizeMaybe :: CId -> Maybe Int unsafeShiftL :: CId -> Int -> CId unsafeShiftR :: CId -> Int -> CId | |
| FiniteBits CId # | |
Defined in GHC.Internal.System.Posix.Types | |
| Bounded CId # | |
Defined in GHC.Internal.System.Posix.Types | |
| Enum CId # | |
| Storable CId # | |
Defined in GHC.Internal.System.Posix.Types Methods peekElemOff :: Ptr CId -> Int -> IO CId pokeElemOff :: Ptr CId -> Int -> CId -> IO () peekByteOff :: Ptr b -> Int -> IO CId pokeByteOff :: Ptr b -> Int -> CId -> IO () | |
| Ix CId # | |
| Num CId # | |
| Read CId # | |
Defined in GHC.Internal.System.Posix.Types | |
| Integral CId # | |
| Real CId # | |
Defined in GHC.Internal.System.Posix.Types Methods toRational :: CId -> Rational | |
| Show CId # | |
| Eq CId # | |
| Ord CId # | |
Constructors
| CIno Word64 |
Instances
Constructors
| CKey Int32 |
Instances
Constructors
| CMode Word32 |
Instances
Constructors
| CNfds Word64 |
Instances
Constructors
| CNlink Word64 |
Instances
Constructors
| COff Int64 |
Instances
Constructors
| CPid Int32 |
Instances
Constructors
| CRLim Word64 |
Instances
Constructors
| CSocklen Word32 |
Instances
Constructors
| CSpeed Word32 |
Instances
| Enum CSpeed # | |
Defined in GHC.Internal.System.Posix.Types | |
| Storable CSpeed # | |
Defined in GHC.Internal.System.Posix.Types Methods peekElemOff :: Ptr CSpeed -> Int -> IO CSpeed pokeElemOff :: Ptr CSpeed -> Int -> CSpeed -> IO () peekByteOff :: Ptr b -> Int -> IO CSpeed pokeByteOff :: Ptr b -> Int -> CSpeed -> IO () | |
| Num CSpeed # | |
| Read CSpeed # | |
Defined in GHC.Internal.System.Posix.Types | |
| Real CSpeed # | |
Defined in GHC.Internal.System.Posix.Types Methods toRational :: CSpeed -> Rational | |
| Show CSpeed # | |
| Eq CSpeed # | |
| Ord CSpeed # | |
Constructors
| CSsize Int64 |
Instances
Constructors
| CTcflag Word32 |
Instances
Constructors
| CTimer CUIntPtr |
Instances
| Storable CTimer # | |
Defined in GHC.Internal.System.Posix.Types Methods peekElemOff :: Ptr CTimer -> Int -> IO CTimer pokeElemOff :: Ptr CTimer -> Int -> CTimer -> IO () peekByteOff :: Ptr b -> Int -> IO CTimer pokeByteOff :: Ptr b -> Int -> CTimer -> IO () | |
| Show CTimer # | |
| Eq CTimer # | |
| Ord CTimer # | |
Constructors
| CUid Word32 |
Instances
Constructors
| Fd CInt |
Instances
| Bits Fd # | |
Defined in GHC.Internal.System.Posix.Types Methods complement :: Fd -> Fd complementBit :: Fd -> Int -> Fd bitSizeMaybe :: Fd -> Maybe Int unsafeShiftL :: Fd -> Int -> Fd unsafeShiftR :: Fd -> Int -> Fd | |
| FiniteBits Fd # | |
Defined in GHC.Internal.System.Posix.Types | |
| Bounded Fd # | |
Defined in GHC.Internal.System.Posix.Types | |
| Enum Fd # | |
| Storable Fd # | |
Defined in GHC.Internal.System.Posix.Types Methods peekElemOff :: Ptr Fd -> Int -> IO Fd pokeElemOff :: Ptr Fd -> Int -> Fd -> IO () peekByteOff :: Ptr b -> Int -> IO Fd pokeByteOff :: Ptr b -> Int -> Fd -> IO () | |
| Ix Fd # | |
| Num Fd # | |
| Read Fd # | |
Defined in GHC.Internal.System.Posix.Types | |
| Integral Fd # | |
| Real Fd # | |
Defined in GHC.Internal.System.Posix.Types Methods toRational :: Fd -> Rational | |
| Show Fd # | |
| Eq Fd # | |
| Ord Fd # | |
type FileOffset = COff #
type ProcessGroupID = CPid #