FsFlow.ValidationModule.toResult
Converts a Validation into a standard Result.
Parameters
validation: The validation to convert.
Returns
A result containing either the success value or the full diagnostics graph.
Converts a Validation into a standard Result.
validation: The validation to convert.A result containing either the success value or the full diagnostics graph.