tree-diff

Diffing of (expression) trees.

https://github.com/phadej/tree-diff

Version on this page:0.0.1@rev:5
LTS Haskell 23.16:0.3.4
Stackage Nightly 2025-03-28:0.3.4
Latest on Hackage:0.3.4

See all snapshots tree-diff appears in

BSD-3-Clause licensed by Oleg Grenrus
Maintained by Oleg.Grenrus
This version can be pinned in stack with:tree-diff-0.0.1@sha256:22f677e05a1047c535c6f715e1208710692cb43818306a65fc66d66a5ab242e6,3751

tree-diff

Diffing of (expression) trees.

Examples

tree-diff displays pretty diffs of tree data:

Because of its untyped internal type, it copes with type changes:

As a bonus, multiline Strings and Text are diffed linewise:

Changes

Revision history for tree-diff

0.0.1

  • Use BS.readFile and BS.writeFile in ediffGolden. This makes files read and written in UTF8 independently of locale. Fixes builds on appveyor.

0.0.0.1

  • Move to build-type: Simple

0

  • First version. Released on an unsuspecting world.