traverse-with-class

Generic applicative traversals

LTS Haskell 23.27:1.0.1.1
Stackage Nightly 2025-07-12:1.0.1.1
Latest on Hackage:1.0.1.1

See all snapshotstraverse-with-class appears in

MIT licensedbyRoman Cheplyaka
Maintained byRoman Cheplyaka
This version can be pinned in stack with:traverse-with-class-1.0.1.1@sha256:7dce92582d86db01cfa6411414db8613f064cad04caee675673a21c55f65e2e9,2529

Traverse with class!

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

Hackage

Maintainers

Roman Cheplyaka is the primary maintainer.

Sjoerd Visscher andAdam Bergmarkare the backup maintainers. Please get in touch with them if the primarymaintainer cannot be reached.

Changes

Changes

Version 1.0.1.1

Update to build with GHC 9

Version 1.0.1.0

AddData.Generics.Traversable.Generic

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 acompilation issue related to static linkage.

Version 0.1.1

Fix some compatibility issues