-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Originally brought up in #18 (comment).
I suggest to make DatasetCore#equals not test for isomorphism, but instead test strict equality.
DatasetCore or Dataset could then have an additional isomorphic method.
As mentioned by @bergos, equals could be implemented as simple as result.difference(initial).size === 0.
The main reason I have for changing this is to be consistent with Term#equals. Furthermore, being isomorphic is not the same thing as being equal, so we should not confuse these things IMO.
blake-regalia
Metadata
Metadata
Assignees
Labels
No labels