traverse-with-class

Generic applicative traversals

Version on this page:1.0.0.0
LTS Haskell 22.13:1.0.1.1
Stackage Nightly 2024-03-14:1.0.1.1
Latest on Hackage:1.0.1.1

See all snapshots traverse-with-class appears in

MIT licensed by Roman Cheplyaka
Maintained by Roman Cheplyaka
This version can be pinned in stack with:traverse-with-class-1.0.0.0@sha256:2d326bab8dd23272562cf0287438dcedb901ee84e464896e7f490cabb08184b4,2472

Module documentation for 1.0.0.0

Used by 1 package in nightly-2017-10-28(full list with versions):

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

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.

Changes

Changes

Version 1.0.0.0

Replace implicit parameters with explicit type application.

This drops support for GHCs older than 8.0.

Version 0.2.0.4

Update to build with ghc 8

Version 0.2.0.3

Update the link to the syz paper

Version 0.2.0.2

Return a few instances that accidentally got lost

Version 0.2.0.1

Fix compatibility with older ghcs

Version 0.2

Implement a zipper

Version 0.1.1.1

Fix a compilation issue related to static linkage.

Version 0.1.1

Fix some compatibility issues