Skip to content

Commit 64ac0ff

Browse files
author
Jamil Maqdis Anton
committed
Remove unneeded function
1 parent f0484e9 commit 64ac0ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ExceptionsHandler.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module Async =
44
let map f m = async.Bind(m, (f >> async.Return))
55

66
module ExceptionsHandler =
7-
87
let simpleExceptionHandler (op: Async<'res>): Async<Result<'res, string>> =
98
op
109
|> Async.Catch

0 commit comments

Comments
 (0)