What is the most ergonomic library to diff data structures in a test suite these days?
Haskell Community [Unofficial]
April 28, 2026
Yeah, it’s a bit “worse is better” compared to the likes of generic-diff, but I’ve found this the most painless approach as well. I tend to use pretty-simple for the pretty-printing.
Discussion in the ATmosphere