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

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

TextShow.System.IO

Contents

Description

Monomorphic TextShow function for IO-related data types.

Since: 2

Synopsis

Documentation

showbHandle :: Handle -> Builder Source #

Convert a Handle to a Builder.

Since: 2

showbIOMode :: IOMode -> Builder Source #

Convert an IOMode to a Builder.

Since: 2

showbBufferModePrec :: Int -> BufferMode -> Builder Source #

Convert a BufferMode to a Builder with the given precedence.

Since: 2

showbSeekMode :: SeekMode -> Builder Source #

Convert a SeekMode to a Builder.

Since: 2

showbCodingProgress :: CodingProgress -> Builder Source #

Convert a CodingProgress to a Builder. This function is only available with base-4.4.0.0 or later.

Since: 2

showbCodingFailureMode :: CodingFailureMode -> Builder Source #

Convert a CodingFailureMode value to a Builder. This function is only available with base-4.4.0.0 or later.

Since: 2

showbNewline :: Newline -> Builder Source #

Convert a Newline to a Builder.

Since: 2

showbNewlineModePrec :: Int -> NewlineMode -> Builder Source #

Convert a NewlineMode to a Builder with the given precedence.

Since: 2

Orphan instances

TextShow Handle Source # 
TextShow HandlePosn Source # 
TextShow CodingFailureMode Source # 
TextShow BufferMode Source # 
TextShow Newline Source # 
TextShow NewlineMode Source # 
TextShow TextEncoding Source # 
TextShow CodingProgress Source # 
TextShow SeekMode Source # 
TextShow IOMode Source #