TomasMikula / hasheq

Typeclass-based HashSet/HashMap for Scala
Other
31 stars 1 forks source link

Laws and tests for immutable.HashMap, mutable.HashMap, mutable.HashSet #1

Open TomasMikula opened 8 years ago

TomasMikula commented 8 years ago

Currently, only immutable.HashSet is tested for correctness. We need to add laws and tests for the remaining data structures before we can use them with any confidence.

The laws in immutable.SetRepr and the fiile immutable.HashMapTest can serve as a template.