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 7890609 commit 3b3dbfdCopy full SHA for 3b3dbfd
jscomp/jsoo/jsoo_playground_main.ml
@@ -304,6 +304,7 @@ let rescript_parse ~filename src =
304
module Printer = struct
305
let printExpr typ =
306
Printtyp.reset_names();
307
+ Printtyp.reset_and_mark_loops typ;
308
Res_doc.toString
309
~width:60 (Res_outcome_printer.printOutTypeDoc (Printtyp.tree_of_typexp false typ))
310
0 commit comments