diff --git a/jscomp/jsoo/jsoo_playground_main.ml b/jscomp/jsoo/jsoo_playground_main.ml index ddcc93f77d..f15e6e70ca 100644 --- a/jscomp/jsoo/jsoo_playground_main.ml +++ b/jscomp/jsoo/jsoo_playground_main.ml @@ -304,6 +304,7 @@ let rescript_parse ~filename src = module Printer = struct let printExpr typ = Printtyp.reset_names(); + Printtyp.reset_and_mark_loops typ; Res_doc.toString ~width:60 (Res_outcome_printer.printOutTypeDoc (Printtyp.tree_of_typexp false typ))