TomasMikula / hasheq

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

Make all data structures parametric in the equivalence used #7

Open TomasMikula opened 8 years ago

TomasMikula commented 8 years ago

immutable.HashSet[A] is generalized as immutable.HashSetoid[A, Eq], which is parameterized by the equivalence relation used. The rest of the data structures should follow the same pattern.