Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
lines :: Monad m => Conduit String String m () Source #
Split conduit of string to its lines
This is very similar to Prelude lines except it work directly on Conduit
Note that if the newline character is not ever appearing in the stream, this function will keep accumulating data until OOM
TODO: make a size-limited function