-
Notifications
You must be signed in to change notification settings - Fork 0
Description
First of all, thanks for the library! I have been experimenting with integrating generic-diff into my project's test suite and it seems promising so far. I have pretty much copied the orphan instances for various containers from the examples directory and they seem to be working great. Is there a particular reason why they are not provided as part of the library? I do understand that they are not the only sensible way to implement the Diff instances, but I think the instances in question are generally useful enough that providing them as part of the library would be helpful for most users. If providing them by default is a concern, it might also potentially be a good idea to create a separate generic-diff-instances package. That way it would also be possible to ship a lot more instances for types from various packages (e.g. time).