pimbrouwers / Validus

An extensible F# validation library.
Apache License 2.0
144 stars 10 forks source link

v3.0.0 #5

Closed pimbrouwers closed 3 years ago

pimbrouwers commented 3 years ago

Proposal to remove the built-in choice type ValidationResult and replace with Result<'a, ValidationErrors>.

There is a cascade of effects caused by this: