Would you accept PR for function
diffEq : (a -> a -> Bool) -> List a -> List a -> List (Change a)
which is just like diff except it uses given equality function instead of == to compare items.
I can make PR, but I just wanted to first ask whether such a function would be OK for this package.