traverse-with-class: Generic applicative traversals

[ data, library, mit ] [ Propose Tags ]

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]

Downloads

Maintainer's Corner

Package maintainers

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 2013-10-24T15:59:14Z
Distributions LTSHaskell:1.0.1.1, NixOS:1.0.1.1, Stackage:1.0.1.1
Reverse Dependencies 4 direct, 22 indirect [details]
Downloads 16169 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for traverse-with-class-0.1.1.1

[back to package description]

Traverse with class!

traverse-with-class is a Haskell library for writing generic traversal functions. It is similar to syb-with-class, but has many improvements.

Hackage