scala-hamsters / hamsters

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

Validation.results and Validation.failures have unconsistent types #65

Closed loicdescotte closed 7 years ago

loicdescotte commented 7 years ago

The first one returns a list of Right types and the second one returns directly a List of errors (Left side type).