list-zip-def: Provides zips with default values.
Typical zip functions like zip
, zipWith
, and zipWith3
will stop with the shortest list exhausted. Consequently information is lost. This library solves this issue by inserting default values. The these
package serves a similar purpose but allows more than just lists to be zipped with the Align
type class. However, zipping several lists and using defaults is not as easy.
[Skip to Readme]
Downloads
- list-zip-def-0.1.0.3.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] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3 |
---|---|
Dependencies | base (>=4.7 && <4.13) [details] |
License | LicenseRef-PublicDomain |
Author | Moritz Bruder |
Maintainer | muesli4@gmail.com |
Category | Data |
Source repo | head: git clone https://github.com/muesli4/list-zip-def.git -b master |
Uploaded | by muesli4 at 2018-12-19T20:22:56Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2504 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-12-19 [all 1 reports] |