Closed pimbrouwers closed 3 years ago
Proposal to remove the built-in choice type ValidationResult and replace with Result<'a, ValidationErrors>.
ValidationResult
Result<'a, ValidationErrors>
There is a cascade of effects caused by this:
Result
Proposal to remove the built-in choice type
ValidationResult
and replace withResult<'a, ValidationErrors>
.There is a cascade of effects caused by this:
Result
moduleResult
extensions or computation expressions