Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Check the tutorial and github repo.
A wrapper to encode/decode Text as UTF8 (slower but more compact)
A wrapper to encode/decode Text as UTF16 (faster but bigger)
Decoder monad
type Decoded a = Either DecodeException a Source #
A decoded value
data DecodeException Source #
An exception during decoding