TomasMikula / hasheq

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

Move laws into a separate module? #4

Open TomasMikula opened 8 years ago

TomasMikula commented 8 years ago

Perhaps laws should be moved to a separate module, to decrease the JAR size of the core, and eliminate core's dependency on ScalaCheck.