| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.Data.Text
Contents
Description
TextShow instances for Text types.
Since: 2
Orphan instances
| TextShow Builder # | Since: 2 |
| TextShow Text # | Since: 2 |
| TextShow I16 # | Since: 2 |
| TextShow Decoding # | Only available with Since: 2 |
| TextShow Size # | Only available with Since: 2 |
| TextShow Text # | Since: 2 |
| TextShow UnicodeException # | Since: 2 |
Methods showbPrec :: Int -> UnicodeException -> Builder # showb :: UnicodeException -> Builder # showbList :: [UnicodeException] -> Builder # showtPrec :: Int -> UnicodeException -> Text # showt :: UnicodeException -> Text # showtList :: [UnicodeException] -> Text # showtlPrec :: Int -> UnicodeException -> Text # showtl :: UnicodeException -> Text # showtlList :: [UnicodeException] -> Text # | |