text-show-3.7: 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.Data.Char

Contents

Description

TextShow instances and monomorphic functions for Char and String.

Since: 2

Synopsis

Documentation

showbChar :: Char -> Builder Source #

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

Since: 2

showbLitChar :: Char -> Builder Source #

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

Since: 2

showbString :: String -> Builder Source #

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

Since: 2

showbLitString :: String -> Builder Source #

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

Since: 2

asciiTabB :: Array Int Builder Source #

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

Since: 2

Orphan instances