streamly
streamly copied to clipboard
Expose incremental utf8 decoding APIs
For the WordCountParalleUTF8 example:
import qualified Streamly.Internal.Unicode.Stream as Unicode
(DecodeState, DecodeError(..), CodePoint, decodeUtf8Either
, resumeDecodeUtf8Either)
What should (CodePoint, DecodeState) be called?
What operations make sense on (CodePoint, DecodeState)?
isStarter?
getCodePoint?