unzip-traversable: Unzip functions for general Traversable containers
This package provides functions for unzipping arbitrary Traversable
containers. Unlike the classic Data.Functor.unzip
, these functions take
care to avoid space leaks that can cause elements to be retained when they
are no longer actually accessible. Unlike a naive Traversable
-based
implementation, each unzip walks the argument container only once. Both eager
and lazy versions are included.
Downloads
- unzip-traversable-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.10.1.0 && <4.22), bifunctors (>=5.5.3 && <5.7) [details] |
Tested with | ghc ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1 |
License | BSD-2-Clause |
Author | David Feuer |
Maintainer | David.Feuer@gmail.com |
Category | Data |
Home page | https://github.com/treeowl/unzip-traversable |
Source repo | head: git clone https://github.com/treeowl/unzip-traversable |
Uploaded | by dfeuer at 2025-07-03T01:49:38Z |
Distributions | |
Downloads | 3 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2025-07-03 [all 1 reports] |