What is the most ergonomic library to diff data structures in a test suite these days?
Haskell Community [Unofficial]
April 28, 2026
Thank you to the both of you. I found tree-diff but Tasty colours indiscriminately in red all output from a failing test, which makes it slightly harder to see diffed values (but it works, if only half-way).
Discussion in the ATmosphere