Last updated 3 years ago
Namespace: FsToolkit.ErrorHandling
FsToolkit.ErrorHandling
Function Signature:
('a -> 'b -> 'c) -> Result<'a, 'd list> -> Result<'b, 'd list> -> Result<'c, 'd list>
Like , but collects the errors from both arguments.