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

Safe HaskellNone
LanguageHaskell2010

ListT.Text

Synopsis

Documentation

decodeUTF8 :: Monad m => ListT m ByteString -> ListT m 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.