File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -1609,12 +1609,7 @@ let super_trace ppf =
1609
1609
fprintf ppf " Further expanded:@,"
1610
1610
end ;
1611
1611
fprintf ppf
1612
- " @[<v>\
1613
- @[%a@]@,\
1614
- vs@,\
1615
- @[%a@]\
1616
- %a\
1617
- @]"
1612
+ " @[<hov>%a@ vs@ %a@]%a"
1618
1613
(super_type_expansion ~tag: " error" t1) t1'
1619
1614
(super_type_expansion ~tag: " info" t2) t2'
1620
1615
(super_trace false ) rem;
@@ -1638,14 +1633,8 @@ let super_unification_error unif tr txt1 ppf txt2 = begin
1638
1633
let tr = List. map prepare_expansion tr in
1639
1634
fprintf ppf
1640
1635
" @[<v 0>\
1641
- @[<v 2>\
1642
- %t@,\
1643
- @[<2>%a@]\
1644
- @]@,\
1645
- @[<v 2>\
1646
- %t@,\
1647
- @[<2>%a@]\
1648
- @]\
1636
+ @[<hov 2>%t@ %a@]@,\
1637
+ @[<hov 2>%t@ %a@]\
1649
1638
%a\
1650
1639
%t\
1651
1640
@]"
You can’t perform that action at this time.
0 commit comments