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 169fed3 commit 1aa4e14Copy full SHA for 1aa4e14
typing/printtyp.ml
@@ -1609,12 +1609,7 @@ let super_trace ppf =
1609
fprintf ppf "Further expanded:@,"
1610
end;
1611
fprintf ppf
1612
- "@[<v>\
1613
- @[%a@]@,\
1614
- vs@,\
1615
- @[%a@]\
1616
- %a\
1617
- @]"
+ "@[<hov>%a@ vs@ %a@]%a"
1618
(super_type_expansion ~tag:"error" t1) t1'
1619
(super_type_expansion ~tag:"info" t2) t2'
1620
(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
1640
1635
"@[<v 0>\
1641
- @[<v 2>\
1642
- %t@,\
1643
- @[<2>%a@]\
1644
- @]@,\
1645
1646
1647
1648
- @]\
1636
+ @[<hov 2>%t@ %a@]@,\
1637
+ @[<hov 2>%t@ %a@]\
1649
%a\
1650
%t\
1651
@]"
0 commit comments