Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Decoding
- = Some Text ByteString (ByteString -> Decoding)
- | Other Text ByteString
- streamDecodeUtf8 :: ByteString -> Decoding
- decodeSomeUtf8 :: ByteString -> (Text, ByteString)
Documentation
A stream oriented decoding result.
decodeSomeUtf8 :: ByteString -> (Text, ByteString) Source