We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c8f10 commit 12ac507Copy full SHA for 12ac507
parsing/depend.ml
@@ -315,10 +315,10 @@ and add_modtype bv mty =
315
| Pmty_extension e -> handle_extension e
316
317
and add_module_alias bv l =
318
- try
319
- (* If we are in delayed dependencies mode, we delay the dependencies
+ (* If we are in delayed dependencies mode, we delay the dependencies
320
induced by "Lident s" *)
321
- (if !Clflags.transparent_modules then add_parent else addmodule) bv l;
+ (if !Clflags.transparent_modules then add_parent else addmodule) bv l;
+ try
322
lookup_map l.txt bv
323
with Not_found ->
324
match l.txt with
0 commit comments