| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.System.Posix.Types
Contents
Description
TextShow instances for Haskell equivalents of POSIX data types.
Note that these are only available if the operating system supports them,
so some OSes (e.g., Windows) will not be able to use all of the instances in this
module.
Since: 2
Orphan instances
| TextShow CDev # | Since: 2 |
| TextShow CIno # | Since: 2 |
| TextShow CMode # | Since: 2 |
| TextShow COff # | Since: 2 |
| TextShow CPid # | Since: 2 |
| TextShow CSsize # | Since: 2 |
| TextShow CGid # | Since: 2 |
| TextShow CNlink # | Since: 2 |
| TextShow CUid # | Since: 2 |
| TextShow CCc # | Since: 2 |
| TextShow CSpeed # | Since: 2 |
| TextShow CTcflag # | Since: 2 |
| TextShow CRLim # | Since: 2 |
| TextShow CBlkSize # | Only available with Since: 3.6 |
| TextShow CBlkCnt # | Only available with Since: 3.6 |
| TextShow CClockId # | Only available with Since: 3.6 |
| TextShow CFsBlkCnt # | Only available with Since: 3.6 |
| TextShow CFsFilCnt # | Only available with Since: 3.6 |
| TextShow CId # | Only available with Since: 3.6 |
| TextShow CKey # | Only available with Since: 3.6 |
| TextShow CTimer # | Only available with Since: 3.6 |
| TextShow Fd # | Since: 2 |