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]
Downloads
- traverse-with-class-0.2.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
- 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 && <5), template-haskell, transformers [details] |
License | MIT |
Author | Roman Cheplyaka |
Maintainer | Roman Cheplyaka <roma@ro-che.info> |
Category | Data |
Uploaded | by RomanCheplyaka at 2014-11-21T00:59:15Z |
Distributions | LTSHaskell:1.0.1.1, NixOS:1.0.1.1, Stackage:1.0.1.1 |
Reverse Dependencies | 4 direct, 22 indirect [details] |
Downloads | 16587 total (89 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] |