Copyright | (C) 2014-2016 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Monomorphic TextShow
functions for Text
types.
Since: 2
- showbText :: Text -> Builder
- showbTextLazy :: Text -> Builder
- showbBuilder :: Builder -> Builder
- showbI16Prec :: Int -> I16 -> Builder
- showbUnicodeException :: UnicodeException -> Builder
- showbDecodingPrec :: Int -> Decoding -> Builder
- showbSizePrec :: Int -> Size -> Builder
Documentation
showbTextLazy :: Text -> Builder Source #
Convert a lazy Text
to a Builder
.
showbTextLazy
should not be confused with fromTextLazy
, as showbTextLazy
escapes certain characters (such as double quotes).
Since: 2
showbBuilder :: Builder -> Builder Source #
showbUnicodeException :: UnicodeException -> Builder Source #
Convert a UnicodeException
to a Builder
.
Since: 2