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