Skip to content

Commit 59fb1bb

Browse files
committed
restore 4.03 support
1 parent e4dbd9e commit 59fb1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ module Equal = struct
915915
and def x y =
916916
dict x.modules y.modules &&& dict x.module_types y.module_types
917917
and dict x y =
918-
let exception First of error_kind in
918+
let module E = struct exception First of error_kind end in let open E in
919919
match Name.Map.merge (fun k x y ->
920920
match x, y with
921921
| None, None -> None

0 commit comments

Comments
 (0)