text-show-1: Efficient conversion of values into Text

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

Text.Show.Text.System.Posix.Types

Description

Monomorphic Show functions for Haskell equivalents of POSIX data types. Note that these functions are only available if the operating system supports them, so some OSes (e.g., Windows) will not be able to use all of the functions in this module.

Since: 0.3

Synopsis

Documentation

showbFdPrec :: Int -> Fd -> Builder Source

Convert an Fd to a Builder with the given precedence.

Since: 0.3

showbCDev :: CDev -> Builder Source

Convert a CDev to a Builder.

Since: 0.3

showbCIno :: CIno -> Builder Source

Convert a CIno to a Builder.

Since: 0.3

showbCMode :: CMode -> Builder Source

Convert a CMode to a Builder.

Since: 0.3

showbCOffPrec :: Int -> COff -> Builder Source

Convert a COff to a Builder with the given precedence.

Since: 0.3

showbCPidPrec :: Int -> CPid -> Builder Source

Convert a CPid to a Builder with the given precedence.

Since: 0.3

showbCSsizePrec :: Int -> CSsize -> Builder Source

Convert a CSsize to a Builder with the given precedence.

Since: 0.3

showbCGid :: CGid -> Builder Source

Convert a CGid to a Builder.

Since: 0.3

showbCNlink :: CNlink -> Builder Source

Convert a CNlink to a Builder.

Since: 0.3

showbCUid :: CUid -> Builder Source

Convert a CUid to a Builder.

Since: 0.3

showbCCc :: CCc -> Builder Source

Convert a CCc to a Builder.

Since: 0.3

showbCSpeed :: CSpeed -> Builder Source

Convert a CSpeed to a Builder.

Since: 0.3

showbCTcflag :: CTcflag -> Builder Source

Convert a CTcflag to a Builder.

Since: 0.3

showbCRLim :: CRLim -> Builder Source

Convert a CRLim to a Builder.

Since: 0.3