tree-diff-0.0.2.1: Diffing of (expression) trees.

Safe HaskellNone
LanguageHaskell2010

Data.TreeDiff

Description

Diffing of (expression) trees.

Diffing arbitrary Haskell data. First we convert values to untyped haskell-like expression Expr using generically derivable ToExpr class. Then we can diff two Expr values. The conversion and diffing is done by ediff function. See type and function haddocks for an examples.

Interesting modules:

Documentation