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 e4dbd9e commit 59fb1bbCopy full SHA for 59fb1bb
lib/module.ml
@@ -915,7 +915,7 @@ module Equal = struct
915
and def x y =
916
dict x.modules y.modules &&& dict x.module_types y.module_types
917
and dict x y =
918
- let exception First of error_kind in
+ let module E = struct exception First of error_kind end in let open E in
919
match Name.Map.merge (fun k x y ->
920
match x, y with
921
| None, None -> None
0 commit comments