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 |
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