pipes-ordered-zip: merge two ordered Producers into a new Producer
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 1.0.0.1, 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.9 && <4.4) [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 2019-03-05T13:45:03Z |
Modules
[Index] [Quick Jump]
- Pipes
Downloads
- pipes-ordered-zip-1.0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees