Add useful Semigroup
and Monoid
instances for Validation
#172
Labels
Milestone
Semigroup
and Monoid
instances for Validation
#172
Currently our
Validation
doesn't haveSemigroup
andMonoid
instances. It would be a great idea to add them. And also write better documentation for theValidation
module with use cases 🙂 I also noticed that we have our own implementation ofliftA2
but it's inefficient compared to<*>
so it's better just to remove it.The text was updated successfully, but these errors were encountered: