list-t-text-0.2.0.1: A streaming text codec

Safe HaskellNone
LanguageHaskell2010

ListT.Text

Synopsis

Documentation

decodeUTF8 :: Monad m => Transformation m ByteString Text Source

A transformation of a stream of byte-strings to a stream of text chunks decoded using UTF-8.

stream :: Monad m => Int -> Text -> ListT m Text Source

Stream text in chunks of the specified size.