Safe Haskell | None |
---|---|
Language | Haskell2010 |
ListT.Text
- decodeUTF8 :: Monad m => Transformation m ByteString Text
- stream :: Monad m => Int -> Text -> ListT m Text
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.