aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot/fe/ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/fe/ast.ml b/src/boot/fe/ast.ml
index e3360f31..6962a9e0 100644
--- a/src/boot/fe/ast.ml
+++ b/src/boot/fe/ast.ml
@@ -1045,7 +1045,7 @@ and fmt_stmt_body (ff:Format.formatter) (s:stmt) : unit =
| STMT_init_tup (dst, entries) ->
fmt_lval ff dst;
- fmt ff " = (";
+ fmt ff " = tup(";
for i = 0 to (Array.length entries) - 1
do
if i != 0