We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf4b16 commit b767b2fCopy full SHA for b767b2f
jscomp/ml/typecore.ml
@@ -3881,11 +3881,11 @@ let report_error env ppf = function
3881
fprintf ppf "@[<v>";
3882
3883
fprintf ppf "@[<2>The %s @{<error>%s@} does not belong to type @{<info>%a@}@]@,@,"
3884
- (label_of_kind kind)
3885
- name (*kind*) Printtyp.path p;
+ (label_of_kind kind)
+ name (*kind*) Printtyp.path p;
3886
3887
fprintf ppf "@[<2>%s type@ @{<info>%a@}@]"
3888
- eorp type_expr ty;
+ eorp type_expr ty;
3889
3890
fprintf ppf "@]";
3891
end;
0 commit comments