multiwalk: Traverse data types via generics, acting on multiple types simultaneously.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 0.3.0.0, 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-17T04:59:41Z |
Modules
- Control
- Control.MultiWalk
- Control.MultiWalk.Contains
- Control.MultiWalk.HasSub
- Control.MultiWalk
Downloads
- multiwalk-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees