Hi again, very much enjoying IO streaming.

Is there a way to decompress the contents of a `ByteString m r` on the fly 
that doesn't 
involve 
https://hackage.haskell.org/package/streaming-commons-0.1.16/docs/Data-Streaming-Zlib.html?

I can imagine some sort of:

decompress ::Monad m => ByteString m r -> ByteString m r

that could then be composed with `lines` for further processing.
Is there such a thing?

Thanks,
Colin

-- 
You received this message because you are subscribed to the Google Groups 
"Haskell Pipes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to haskell-pipes+unsubscr...@googlegroups.com.
To post to this group, send email to haskell-pipes@googlegroups.com.

Reply via email to