FsFlow.ValidationModule.merge
Merges two validations into a validation of a tuple.
Parameters
left: The first validation.right: The second validation.
Returns
A validation containing a tuple of the results.
Merges two validations into a validation of a tuple.
left: The first validation.right: The second validation.A validation containing a tuple of the results.