Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
- data Text :: *
Documentation
data Text :: *
A space efficient, packed, unboxed Unicode text type.
IsList Text | |
Eq Text | |
Data Text | This instance preserves data abstraction at the cost of inefficiency. We omit reflection services for the sake of data abstraction. This instance was created by copying the updated behavior of
The original discussion is archived here: could we get a Data instance for Data.Text.Text? The followup discussion that changed the behavior of |
Ord Text | |
Read Text | |
Show Text | |
IsString Text | |
Arbitrary Text | |
Monoid Text | |
Binary Text | |
NFData Text | |
Typeable * Text | |
type Item Text = Char |