traverse-with-class: Generic applicative traversals
This is a generic programming library in the spirit of
"Scrap your boilerplate with class", but with several
improvements — most notably, it's based on the gtraverse
function instead of gfoldl.
gtraverse is equivalent in power to gfoldl, but lets
you more easily write non-standard views of the data type.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- traverse-with-class-1.0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1, 0.1.1, 0.1.1.1, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 1.0.0.0, 1.0.1.0, 1.0.1.1 |
|---|---|
| Change log | CHANGES.md |
| Dependencies | base (>=4.9 && <5), template-haskell, transformers [details] |
| License | MIT |
| Author | Roman Cheplyaka |
| Maintainer | Roman Cheplyaka <roma@ro-che.info> |
| Category | Data |
| Source repo | head: git clone https://github.com/feuerbach/traverse-with-class.git |
| Uploaded | by RomanCheplyaka at 2021-06-21T20:58:24Z |
| Distributions | LTSHaskell:1.0.1.1, NixOS:1.0.1.1, Stackage:1.0.1.1 |
| Reverse Dependencies | 4 direct, 23 indirect [details] |
| Downloads | 16865 total (32 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2021-06-21 [all 1 reports] |