Description
A Haskell library for calculating edit distances and edit scripts between vectors. It helps programs compare ordered collections and produce the operations needed to transform one vector into another.
Developers use it in diff tools, synchronization, testing, and structured data comparison. Edit scripts should be reviewed before applying them to user data automatically.