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