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

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

Text.Show.Text.Data.Char

Description

Monomorphic Show functions for Char and String.

Since: 0.3

Synopsis

Documentation

showbChar :: Char -> Builder Source

Convert a Char to a Builder (surrounded by single quotes).

Since: 0.3

showbLitChar :: Char -> Builder Source

Convert a Char to a Builder (without single quotes).

Since: 0.3

showbString :: String -> Builder Source

Convert a String to a Builder (surrounded by double quotes).

Since: 0.3

showbLitString :: String -> Builder Source

Convert a String to a Builder (without double quotes).

Since: 0.3

asciiTabB :: Array Int Builder Source

A table of ASCII control characters that needs to be escaped with a backslash.

Since: 0.5