Copyright | (C) 2014-2015 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Monomorphic Show
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: 0.1
- showbRTLDFlags :: RTLDFlags -> Builder
- showbDLPrec :: Int -> DL -> Builder
- showbProcessStatusPrec :: Int -> ProcessStatus -> Builder
- showbGroupEntryPrec :: Int -> GroupEntry -> Builder
- showbUserEntryPrec :: Int -> UserEntry -> Builder
Documentation
showbDLPrec :: Int -> DL -> Builder Source
showbProcessStatusPrec :: Int -> ProcessStatus -> Builder Source
Convert a ProcessStatus
to a Builder
with the given precedence.
Since: 0.1
showbGroupEntryPrec :: Int -> GroupEntry -> Builder Source
Convert a GroupEntry
to a Builder
with the given precedence.
Since: 0.1