elm-diff icon indicating copy to clipboard operation
elm-diff copied to clipboard

A diff implementation for Elm

Results 3 elm-diff issues
Sort by recently updated
recently updated
newest added

The paper http://myerslab.mpi-cbg.de/wp-content/uploads/2014/06/np_diff.pdf mentions that N ≥ M. I haven't read it all. This library doesn't seem to reorder arguments such that one is always greater than or equal to...

Would you accept PR for function diffEq : (a -> a -> Bool) -> List a -> List a -> List (Change a) which is just like `diff` except it...