A library to calculate a metric indicating the string distance between two strings.
This library was extracted from the Elm implementation of mailcheck http://package.elm-lang.org/packages/rluiten/mailcheck/latest.
The lcs
and lcsLimit
functions are more general and support more than just
Char as list elements.