>>>>> Gabriel Gonzalez <[email protected]> writes: > I'm really happy about this! I've been wanting a package like this for some > time, for two main reasons:
This looks like a great library, Michael. I had started down a similar road with http://hackage.haskell.org/package/fusion, and working on a companion library pipes-fusion (not yet released), based on work done by Snoyman for conduit. But I like the generality of Stream, and its resulting ability to replace FreeT, while fusion's streams are more fixed to the Stream (Of a) construction. Plus, I had not yet demonstrated that stream fusion still occurs for really large pipelines, where the inliner may become overwhelmed. Looking forward to further developments! John -- 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 [email protected]. To post to this group, send email to [email protected].
