text-show-3.6: 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 Source # 

Methods

showbPrec :: Int -> CDev -> Builder Source #

showb :: CDev -> Builder Source #

showbList :: [CDev] -> Builder Source #

showtPrec :: Int -> CDev -> Text Source #

showt :: CDev -> Text Source #

showtList :: [CDev] -> Text Source #

showtlPrec :: Int -> CDev -> Text Source #

showtl :: CDev -> Text Source #

showtlList :: [CDev] -> Text Source #

TextShow CIno Source # 

Methods

showbPrec :: Int -> CIno -> Builder Source #

showb :: CIno -> Builder Source #

showbList :: [CIno] -> Builder Source #

showtPrec :: Int -> CIno -> Text Source #

showt :: CIno -> Text Source #

showtList :: [CIno] -> Text Source #

showtlPrec :: Int -> CIno -> Text Source #

showtl :: CIno -> Text Source #

showtlList :: [CIno] -> Text Source #

TextShow CMode Source # 
TextShow COff Source # 

Methods

showbPrec :: Int -> COff -> Builder Source #

showb :: COff -> Builder Source #

showbList :: [COff] -> Builder Source #

showtPrec :: Int -> COff -> Text Source #

showt :: COff -> Text Source #

showtList :: [COff] -> Text Source #

showtlPrec :: Int -> COff -> Text Source #

showtl :: COff -> Text Source #

showtlList :: [COff] -> Text Source #

TextShow CPid Source # 

Methods

showbPrec :: Int -> CPid -> Builder Source #

showb :: CPid -> Builder Source #

showbList :: [CPid] -> Builder Source #

showtPrec :: Int -> CPid -> Text Source #

showt :: CPid -> Text Source #

showtList :: [CPid] -> Text Source #

showtlPrec :: Int -> CPid -> Text Source #

showtl :: CPid -> Text Source #

showtlList :: [CPid] -> Text Source #

TextShow CSsize Source # 
TextShow CGid Source # 

Methods

showbPrec :: Int -> CGid -> Builder Source #

showb :: CGid -> Builder Source #

showbList :: [CGid] -> Builder Source #

showtPrec :: Int -> CGid -> Text Source #

showt :: CGid -> Text Source #

showtList :: [CGid] -> Text Source #

showtlPrec :: Int -> CGid -> Text Source #

showtl :: CGid -> Text Source #

showtlList :: [CGid] -> Text Source #

TextShow CNlink Source # 
TextShow CUid Source # 

Methods

showbPrec :: Int -> CUid -> Builder Source #

showb :: CUid -> Builder Source #

showbList :: [CUid] -> Builder Source #

showtPrec :: Int -> CUid -> Text Source #

showt :: CUid -> Text Source #

showtList :: [CUid] -> Text Source #

showtlPrec :: Int -> CUid -> Text Source #

showtl :: CUid -> Text Source #

showtlList :: [CUid] -> Text Source #

TextShow CCc Source # 

Methods

showbPrec :: Int -> CCc -> Builder Source #

showb :: CCc -> Builder Source #

showbList :: [CCc] -> Builder Source #

showtPrec :: Int -> CCc -> Text Source #

showt :: CCc -> Text Source #

showtList :: [CCc] -> Text Source #

showtlPrec :: Int -> CCc -> Text Source #

showtl :: CCc -> Text Source #

showtlList :: [CCc] -> Text Source #

TextShow CSpeed Source # 
TextShow CTcflag Source # 
TextShow CRLim Source # 
TextShow Fd Source # 

Methods

showbPrec :: Int -> Fd -> Builder Source #

showb :: Fd -> Builder Source #

showbList :: [Fd] -> Builder Source #

showtPrec :: Int -> Fd -> Text Source #

showt :: Fd -> Text Source #

showtList :: [Fd] -> Text Source #

showtlPrec :: Int -> Fd -> Text Source #

showtl :: Fd -> Text Source #

showtlList :: [Fd] -> Text Source #