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

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

TextShow.System.Posix.Types

Contents

Description

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

Since: 2

Orphan instances

TextShow CDev #

Since: 2

Instance details

TextShow CIno #

Since: 2

Instance details

TextShow CMode #

Since: 2

Instance details

TextShow COff #

Since: 2

Instance details

TextShow CPid #

Since: 2

Instance details

TextShow CSsize #

Since: 2

Instance details

TextShow CGid #

Since: 2

Instance details

TextShow CNlink #

Since: 2

Instance details

TextShow CUid #

Since: 2

Instance details

TextShow CCc #

Since: 2

Instance details

TextShow CSpeed #

Since: 2

Instance details

TextShow CTcflag #

Since: 2

Instance details

TextShow CRLim #

Since: 2

Instance details

TextShow CBlkSize #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CBlkCnt #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CClockId #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CFsBlkCnt #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CFsFilCnt #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CId #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CKey #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow CTimer #

Only available with base-4.10.0.0 or later.

Since: 3.6

Instance details

TextShow Fd #

Since: 2

Instance details

Methods

showbPrec :: Int -> Fd -> Builder #

showb :: Fd -> Builder #

showbList :: [Fd] -> Builder #

showtPrec :: Int -> Fd -> Text #

showt :: Fd -> Text #

showtList :: [Fd] -> Text #

showtlPrec :: Int -> Fd -> Text #

showtl :: Fd -> Text #

showtlList :: [Fd] -> Text #