| Copyright | (C) 2014-2016 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.System.Posix
Contents
Description
Monomorphic TextShow functions for data types in the unix library. This module
only exports functions if using a Unix-like operating system (i.e., not Windows).
Since: 2
- showbRTLDFlags :: RTLDFlags -> Builder
- showbDLPrec :: Int -> DL -> Builder
- showbProcessStatusPrec :: Int -> ProcessStatus -> Builder
- showbGroupEntryPrec :: Int -> GroupEntry -> Builder
- showbUserEntryPrec :: Int -> UserEntry -> Builder
Documentation
showbProcessStatusPrec :: Int -> ProcessStatus -> Builder Source #
Convert a ProcessStatus to a Builder with the given precedence.
Since: 2
showbGroupEntryPrec :: Int -> GroupEntry -> Builder Source #
Convert a GroupEntry to a Builder with the given precedence.
Since: 2