@hackage levenshtein0.2.1.0

Calculate the edit distance between two foldables.

A package to determine the edit distance between two Foldables. These are converted to lists, and the Levenshtein distance determine how many additions, removals and changes are necessary to change the first list into the second list.