Last updated 3 years ago
Namespace: FsToolkit.ErrorHandling
FsToolkit.ErrorHandling
Function Signature:
('a -> 'b -> 'c -> 'd) -> Async<Result<'a, 'e>> -> Async<Result<'b, 'e>> -> Async<Result<'c, 'e>> -> Async<Result<'d, 'e>>
Note: Many use-cases requiring map operations can also be solved using .
map
asyncResult