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 2eafd28 commit 1d9212bCopy full SHA for 1d9212b
src/boot/fe/ast.ml
@@ -1123,17 +1123,17 @@ and fmt_stmt_body (ff:Format.formatter) (s:stmt) : unit =
1123
fmt_slot ff slot.node;
1124
fmt ff " ";
1125
fmt_ident ff ident;
1126
- fmt ff " = ";
+ fmt ff " in ";
1127
fmt_lval ff f;
1128
fmt_atoms ff az;
1129
- fmt ff " ";
+ fmt ff ") ";
1130
fmt_obr ff;
1131
fmt_stmts ff sf.for_each_body.node;
1132
fmt_cbb ff
1133
end
1134
1135
| STMT_put (atom) ->
1136
- fmt ff "put ";
+ fmt ff "put";
1137
begin
1138
match atom with
1139
Some a -> (fmt ff " "; fmt_atom ff a)
0 commit comments