pipes-ordered-zip

provides a simple function to merge two Pipes-Producers into a new Producer that yields pairs of values of the original producers, but using Maybes to indicate values that are only present in the first, second or both producers. Useful to perform Left-Joins, Right-Joins and Inner-Joins on the fly using Haskell Pipes.


Keywords
bsd3, library, Propose Tags , Pipes.OrderedZip, pipes library
License
BSD-3-Clause
Install
cabal install pipes-ordered-zip-1.2.1