text-show-3.10: Efficient conversion of values into Text
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellSafe-Inferred
LanguageHaskell2010

TextShow.Data.Text

Description

Defines TextShow instances for Text types, as well as other miscellaneous data types from the text package.

Note that this module deliberately does not define a TextShow instance for the I16 data type from Data.Text.Foreign, as that module is not available on certain widely used variants of GHC (e.g., reflex-platform). See #40 for more details. If this is a problem for you, please file an issue.

Since: 2

Orphan instances

TextShow Decoding Source #

Only available with text-1.0.0.0 or later.

Since: 2

Instance details

TextShow UnicodeException Source #

Since: 2

Instance details

TextShow Text Source #

Since: 2

Instance details

TextShow Builder Source #

Since: 2

Instance details

TextShow Size Source #

Only available with text-1.1.0.0 or later.

Since: 2

Instance details

TextShow Text Source #

Since: 2

Instance details