text-show-0.4: 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.IO

Description

Monomorphic Show functions for IO-related data types.

Synopsis

Documentation

showbBufferModePrec :: Int -> BufferMode -> Builder Source

Convert a BufferMode to a Builder with the given precedence.

showbNewlineModePrec :: Int -> NewlineMode -> Builder Source

Convert a NewlineMode to a Builder with the given precedence.