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