text-show-instances-1: Additional instances for text-show

Copyright(C) 2014-2015 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Text.Show.Text.System.Posix

Description

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

Synopsis

Documentation

showbRTLDFlags :: RTLDFlags -> Builder Source

Convert an RTLDFlags value to a Builder.

Since: 0.1

showbDLPrec :: Int -> DL -> Builder Source

Convert a DL value to a Builder with the given precedence.

Since: 0.1

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

showbUserEntryPrec :: Int -> UserEntry -> Builder Source

Convert a UserEntry to a Builder with the given precedence.

Since: 0.1