packages feed

tree-diff-0: README.md

# tree-diff

Diffing of (expression) trees.

## Examples

`tree-diff` displays pretty diffs of tree data:

![](https://raw.githubusercontent.com/phadej/tree-diff/master/example1.png)

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

![](https://raw.githubusercontent.com/phadej/tree-diff/master/example2.png)

As a bonus, multiline `String`s and `Text` are diffed linewise:

![](https://raw.githubusercontent.com/phadej/tree-diff/master/example3.png)