text-show-3.6: 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.Text

Contents

Description

TextShow instances for Text types.

Since: 2

Orphan instances

TextShow Size Source #

Only available with text-1.1.0.0 or later.

Since: 2

Methods

showbPrec :: Int -> Size -> Builder Source #

showb :: Size -> Builder Source #

showbList :: [Size] -> Builder Source #

showtPrec :: Int -> Size -> Text Source #

showt :: Size -> Text Source #

showtList :: [Size] -> Text Source #

showtlPrec :: Int -> Size -> Text Source #

showtl :: Size -> Text Source #

showtlList :: [Size] -> Text Source #

TextShow UnicodeException Source #

Since: 2

Methods

showbPrec :: Int -> UnicodeException -> Builder Source #

showb :: UnicodeException -> Builder Source #

showbList :: [UnicodeException] -> Builder Source #

showtPrec :: Int -> UnicodeException -> Text Source #

showt :: UnicodeException -> Text Source #

showtList :: [UnicodeException] -> Text Source #

showtlPrec :: Int -> UnicodeException -> Text Source #

showtl :: UnicodeException -> Text Source #

showtlList :: [UnicodeException] -> Text Source #

TextShow Text Source #

Since: 2

Methods

showbPrec :: Int -> Text -> Builder Source #

showb :: Text -> Builder Source #

showbList :: [Text] -> Builder Source #

showtPrec :: Int -> Text -> Text Source #

showt :: Text -> Text Source #

showtList :: [Text] -> Text Source #

showtlPrec :: Int -> Text -> Text Source #

showtl :: Text -> Text Source #

showtlList :: [Text] -> Text Source #

TextShow Text Source #

Since: 2

Methods

showbPrec :: Int -> Text -> Builder Source #

showb :: Text -> Builder Source #

showbList :: [Text] -> Builder Source #

showtPrec :: Int -> Text -> Text Source #

showt :: Text -> Text Source #

showtList :: [Text] -> Text Source #

showtlPrec :: Int -> Text -> Text Source #

showtl :: Text -> Text Source #

showtlList :: [Text] -> Text Source #

TextShow Builder Source #

Since: 2

TextShow I16 Source #

Since: 2

Methods

showbPrec :: Int -> I16 -> Builder Source #

showb :: I16 -> Builder Source #

showbList :: [I16] -> Builder Source #

showtPrec :: Int -> I16 -> Text Source #

showt :: I16 -> Text Source #

showtList :: [I16] -> Text Source #

showtlPrec :: Int -> I16 -> Text Source #

showtl :: I16 -> Text Source #

showtlList :: [I16] -> Text Source #

TextShow Decoding Source #

Only available with text-1.0.0.0 or later.

Since: 2

Methods

showbPrec :: Int -> Decoding -> Builder Source #

showb :: Decoding -> Builder Source #

showbList :: [Decoding] -> Builder Source #

showtPrec :: Int -> Decoding -> Text Source #

showt :: Decoding -> Text Source #

showtList :: [Decoding] -> Text Source #

showtlPrec :: Int -> Decoding -> Text Source #

showtl :: Decoding -> Text Source #

showtlList :: [Decoding] -> Text Source #