Description
Provides Patience diff and longest increasing subsequence algorithms for Haskell. Patience diff is often easier for humans to read than simple line-by-line matching in certain changed documents.
It is useful for version-control tools, comparison views, patch generation, editors, and tests that compare structured text. It is a developer library and not a standalone diff viewer.