-
Régis Blanc authored
EmptySet, EmptyMap and SingletonMap are redundant, so they are removed. They are subsumed by FiniteSet and FiniteMap. This commit also deletes two testcases that were testing for equality between EmptySet and FiniteSet of 0 element. Obviously they no longer relevant. Additionnaly, this commit adds some new regression testcases for Maps and Sets.
Régis Blanc authoredEmptySet, EmptyMap and SingletonMap are redundant, so they are removed. They are subsumed by FiniteSet and FiniteMap. This commit also deletes two testcases that were testing for equality between EmptySet and FiniteSet of 0 element. Obviously they no longer relevant. Additionnaly, this commit adds some new regression testcases for Maps and Sets.