Closed lm-rodrigues closed 7 years ago
Apparently the problem is that elements for which the mapping is undefined may be represented in two ways: being absent from the map, or being mapped to an empty list.
Moreover, the function may alter ther order of elements in the domain (and possibly codomain?) list. Thus, the lists are different and the equality fails for this case.
While writing some tests, I found an abnormal behaviour on the equality tests of Graph Morphisms, the problem seems to be w.r.t. Relations Equality Comparison.
Test
Output
Context