elm-diff A diff implementation for Elm. The algorithm This library implements Wu's O(NP) algorithm. It shares the idea with Myers's O(ND) algorithm, but much faster in some cases. LICENSE BSD-3-Clause