Skip to content

Commit 2ee34e4

Browse files
committed
minor
1 parent 79e267e commit 2ee34e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing/typer.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ and handle_efield ctx e p mode =
13181318
*)
13191319
let def() =
13201320
try
1321-
let m = ctx.g.do_load_module ctx (pack,name) p in
1321+
let m = TypeloadModule.load_module ctx (pack,name) p in
13221322
let main_type_field () =
13231323
let t = Typeload.find_type_in_module_raise m name p in
13241324
let e = type_module_type ctx t None p in

0 commit comments

Comments
 (0)