multiwalk: Traverse data types via generics, acting on multiple types simultaneously.
This library provides functionality for traversing data types recursively, acting on multiple types during the same traversal. In spirit, it is similar to the Walk type class from Pandoc.Walk, but generalizes it by allowing multiple types to be targeted by the traversal. In general, it only requires an Applicative constraint on the action, making it suitable for situations where you don't have a Monad.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- multiwalk-0.3.0.1.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.3.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.16 && <4.19) [details] |
License | GPL-3.0-or-later |
Author | Lucas V. R. |
Maintainer | @lucasvr:matrix.org |
Category | Control |
Source repo | head: git clone https://github.com/lucasvreis/multiwalk |
Uploaded | by lvreis at 2023-07-17T05:12:04Z |
Distributions | NixOS:0.3.0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 117 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |