@hackage hetero-zip0.1.0.0
Zip lists with Traversables
Categories
License
BSD-3-Clause
Maintainer
philip.hazelden@gmail.com
Links
Versions
- 0.1.0.0 Sat, 11 Jan 2025
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.