We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c5b44 commit 16b00daCopy full SHA for 16b00da
src/compiler/compiler.ml
@@ -312,7 +312,7 @@ let do_type ctx mctx actx display_file_dot_path =
312
if com.display.dms_kind <> DMNone then DisplayTexpr.check_display_file tctx cs;
313
List.iter (fun cpath ->
314
ignore(tctx.Typecore.g.Typecore.do_load_module tctx cpath null_pos);
315
- Typecore.flush_pass tctx.g (PBuildClass:Typecore.typer_pass) "actx.classes"
+ Typecore.flush_pass tctx.g PBuildClass "actx.classes"
316
) (List.rev actx.classes);
317
Finalization.finalize tctx;
318
);
0 commit comments