Skip to content

Add diffEq which uses custom equality function for comparisons #5

@malaire

Description

@malaire

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions