scala-hamsters / hamsters

A mini Scala utility library
Apache License 2.0
291 stars 23 forks source link

provide a default toString lower case for case class #79

Closed dgouyette closed 6 years ago

loicdescotte commented 6 years ago

Can you explain the goal of this change and give a little context please? I see a warning, in the case of enumerable case objects can easily be displayed via toString, which is not the case for every A type.