Skip to content

Commit 1f8e833

Browse files
committed
Compatibility
1 parent 3f9277d commit 1f8e833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/odoc_utils.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ module Option = struct
8282
end
8383

8484
module Fun = struct
85-
include Fun
85+
exception Finally_raised of exn
86+
8687
let protect ~(finally : unit -> unit) work =
8788
let finally_no_exn () =
8889
try finally ()

0 commit comments

Comments
 (0)