hetero-zip: Zip lists with Traversables

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]

A Traversable's elements can be visited one at a time, and updated in-place. That means we can visit them at the same time as we walk along a list, and use the values in the list to update the values in the Traversable. This library does just that.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.15 && <4.22), infinite-list (>=0.1 && <0.2) [details]
Tested with ghc ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1 || ==9.10.1
License BSD-3-Clause
Copyright Phil Hazelden, 2024
Author Phil Hazelden
Maintainer philip.hazelden@gmail.com
Revised Revision 1 made by PhilHazelden at 2025-01-11T15:30:57Z
Category Data
Source repo head: git clone https://github.com/ChickenProp/hetero-zip
Uploaded by PhilHazelden at 2024-03-02T13:25:18Z
Distributions NixOS:0.1.0.0
Downloads 56 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 2024-03-02 [all 1 reports]

Readme for hetero-zip-0.1.0.0

[back to package description]

hetero-zip

A Traversable's elements can be visited one at a time, and updated in-place. That means we can visit them at the same time as we walk along a list, and use the values in the list to update the values in the Traversable. This library does just that.