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

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.System.Posix.Types

Description

Monomorphic Show functions for Haskell equivalents of POSIX data types.

Synopsis

Documentation

showbCDev :: CDev -> Builder Source

Convert a CDev to a Builder.

showbCIno :: CIno -> Builder Source

Convert a CIno to a Builder.

showbCOffPrec :: Int -> COff -> Builder Source

Convert a COff to a Builder with the given precedence.

showbCPidPrec :: Int -> CPid -> Builder Source

Convert a CPid to a Builder with the given precedence.

showbCSsizePrec :: Int -> CSsize -> Builder Source

Convert a CSsize to a Builder with the given precedence.

showbCGid :: CGid -> Builder Source

Convert a CGid to a Builder.

showbCUid :: CUid -> Builder Source

Convert a CUid to a Builder.

showbCCc :: CCc -> Builder Source

Convert a CCc to a Builder.

showbFdPrec :: Int -> Fd -> Builder Source

Convert an Fd to a Builder with the given precedence.