hetero-zip: Zip lists with Traversables

[ bsd3, data, library ] [ Propose Tags ]

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

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.20), infinite-list (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright Phil Hazelden, 2024
Author Phil Hazelden
Maintainer philip.hazelden@gmail.com
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 22 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.