Skip to content

Commit 1132eb2

Browse files
authored
Update ocaml submodule (#4706)
1 parent e6c86f5 commit 1132eb2

File tree

4 files changed

+10
-43
lines changed

4 files changed

+10
-43
lines changed

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54761,12 +54761,7 @@ let super_trace ppf =
5476154761
fprintf ppf "Further expanded:@,"
5476254762
end;
5476354763
fprintf ppf
54764-
"@[<v>\
54765-
@[%a@]@,\
54766-
vs@,\
54767-
@[%a@]\
54768-
%a\
54769-
@]"
54764+
"@[<hov>%a@ vs@ %a@]%a"
5477054765
(super_type_expansion ~tag:"error" t1) t1'
5477154766
(super_type_expansion ~tag:"info" t2) t2'
5477254767
(super_trace false) rem;
@@ -54790,14 +54785,8 @@ let super_unification_error unif tr txt1 ppf txt2 = begin
5479054785
let tr = List.map prepare_expansion tr in
5479154786
fprintf ppf
5479254787
"@[<v 0>\
54793-
@[<v 2>\
54794-
%t@,\
54795-
@[<2>%a@]\
54796-
@]@,\
54797-
@[<v 2>\
54798-
%t@,\
54799-
@[<2>%a@]\
54800-
@]\
54788+
@[<hov 2>%t@ %a@]@,\
54789+
@[<hov 2>%t@ %a@]\
5480154790
%a\
5480254791
%t\
5480354792
@]"

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54761,12 +54761,7 @@ let super_trace ppf =
5476154761
fprintf ppf "Further expanded:@,"
5476254762
end;
5476354763
fprintf ppf
54764-
"@[<v>\
54765-
@[%a@]@,\
54766-
vs@,\
54767-
@[%a@]\
54768-
%a\
54769-
@]"
54764+
"@[<hov>%a@ vs@ %a@]%a"
5477054765
(super_type_expansion ~tag:"error" t1) t1'
5477154766
(super_type_expansion ~tag:"info" t2) t2'
5477254767
(super_trace false) rem;
@@ -54790,14 +54785,8 @@ let super_unification_error unif tr txt1 ppf txt2 = begin
5479054785
let tr = List.map prepare_expansion tr in
5479154786
fprintf ppf
5479254787
"@[<v 0>\
54793-
@[<v 2>\
54794-
%t@,\
54795-
@[<2>%a@]\
54796-
@]@,\
54797-
@[<v 2>\
54798-
%t@,\
54799-
@[<2>%a@]\
54800-
@]\
54788+
@[<hov 2>%t@ %a@]@,\
54789+
@[<hov 2>%t@ %a@]\
5480154790
%a\
5480254791
%t\
5480354792
@]"

lib/4.06.1/whole_compiler.ml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -339647,12 +339647,7 @@ let super_trace ppf =
339647339647
fprintf ppf "Further expanded:@,"
339648339648
end;
339649339649
fprintf ppf
339650-
"@[<v>\
339651-
@[%a@]@,\
339652-
vs@,\
339653-
@[%a@]\
339654-
%a\
339655-
@]"
339650+
"@[<hov>%a@ vs@ %a@]%a"
339656339651
(super_type_expansion ~tag:"error" t1) t1'
339657339652
(super_type_expansion ~tag:"info" t2) t2'
339658339653
(super_trace false) rem;
@@ -339676,14 +339671,8 @@ let super_unification_error unif tr txt1 ppf txt2 = begin
339676339671
let tr = List.map prepare_expansion tr in
339677339672
fprintf ppf
339678339673
"@[<v 0>\
339679-
@[<v 2>\
339680-
%t@,\
339681-
@[<2>%a@]\
339682-
@]@,\
339683-
@[<v 2>\
339684-
%t@,\
339685-
@[<2>%a@]\
339686-
@]\
339674+
@[<hov 2>%t@ %a@]@,\
339675+
@[<hov 2>%t@ %a@]\
339687339676
%a\
339688339677
%t\
339689339678
@]"

ocaml

0 commit comments

Comments
 (0)