Description
Generic applicative traversals.
Description
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.
README.md
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.
Maintainers
Roman Cheplyaka is the primary maintainer.
Sjoerd Visscher and Adam Bergmark are the backup maintainers. Please get in touch with them if the primary maintainer cannot be reached.