File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ and one_fun ppf f =
86
86
VP. print param Printlambda. layout Lambda. layout_function
87
87
| param :: params , layout :: layouts ->
88
88
fprintf ppf " @ %a%a"
89
- VP. print param Printlambda. layout layout
89
+ VP. print param Printlambda. layout layout;
90
+ iter params layouts
90
91
| _ -> Misc. fatal_error " arity inconsistent with params"
91
92
in
92
93
iter f.params f.arity.params_layout
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ and one_fun ppf f =
86
86
VP. print param Printlambda. layout Lambda. layout_function
87
87
| param :: params , layout :: layouts ->
88
88
fprintf ppf " @ %a%a"
89
- VP. print param Printlambda. layout layout
89
+ VP. print param Printlambda. layout layout;
90
+ iter params layouts
90
91
| _ -> Misc. fatal_error " arity inconsistent with params"
91
92
in
92
93
iter f.params f.arity.params_layout
You can’t perform that action at this time.
0 commit comments