Description
A Haskell library implementing an O(ND) diff algorithm. It compares sequences and reports insertions, deletions, or changes, which is useful for text, lists, and structured data comparison.
Developers use it in test tools, editors, patch viewers, and data synchronization code. Clear diff output helps users understand what changed before accepting or applying updates.