Skip to content
Snippets Groups Projects
  • Régis Blanc's avatar
    65b1b6af
    Remove EmptySet, EmptyMap and SingletonMap · 65b1b6af
    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.
    65b1b6af
    History
    Remove EmptySet, EmptyMap and SingletonMap
    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.