Copyright | (C) 2014-2015 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
- showbText :: Text -> Builder
- showbTextLazy :: Text -> Builder
- showbBuilder :: Builder -> Builder
Documentation
showbTextLazy :: Text -> Builder Source
Convert a lazy Text
into a Builder
.
showbTextLazy
should not be confused with fromTextLazy
, as showbTextLazy
escapes certain characters (such as double quotes).
Since: 0.3