pipes-ordered-zip: merge two ordered Producers into a new Producer
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.
[Skip to Readme]
Downloads
- pipes-ordered-zip-1.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0.1, 1.0.1, 1.1.0, 1.2.0, 1.2.1 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.7 && <5), pipes (>=4.3.14), pipes-safe (>=2.3.2) [details] |
License | BSD-3-Clause |
Copyright | 2019 Stephan Schiffels |
Author | Stephan Schiffels |
Maintainer | stephan_schiffels@mac.com |
Category | Bioinformatics |
Home page | https://github.com/githubuser/pipes-ordered-zip#readme |
Uploaded | by stephan_schiffels at 2021-02-25T10:46:39Z |
Distributions | LTSHaskell:1.2.1, NixOS:1.2.1, Stackage:1.2.1 |
Downloads | 2052 total (29 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-02-25 [all 1 reports] |