Re: [Haskell-cafe] conduit zips

Don't know how I missed those. Thanks!
On Mon, Apr 21, 2014 at 3:04 PM, Michael Snoyman
Instead of functions, they're now newtype wrappers: ZipSource, ZipSink, and ZipConduit (that last one never existed as a function). Some information on each of these:
* http://www.yesodweb.com/blog/2013/09/zipsinks-conduit-extra * http://www.yesodweb.com/blog/2014/02/conduit-zip-source * http://stackoverflow.com/questions/21671688/single-stepping-a-conduit/216842...
On Mon, Apr 21, 2014 at 3:52 AM, Ben Foppa
wrote: Since conduit-1.1.*, the package hasn't contained conduit zipping functions anymore. They don't appear to have been moved to conduit-extra, either. Did they get lost in the ether, or are they in a separate package?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (1)
-
Ben Foppa