We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0484e9 commit 64ac0ffCopy full SHA for 64ac0ff
src/ExceptionsHandler.fs
@@ -4,7 +4,6 @@ module Async =
4
let map f m = async.Bind(m, (f >> async.Return))
5
6
module ExceptionsHandler =
7
-
8
let simpleExceptionHandler (op: Async<'res>): Async<Result<'res, string>> =
9
op
10
|> Async.Catch
0 commit comments