summaryrefslogtreecommitdiff
path: root/src/mono_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_print.sml')
-rw-r--r--src/mono_print.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_print.sml b/src/mono_print.sml
index b8b73e17..6b259b7c 100644
--- a/src/mono_print.sml
+++ b/src/mono_print.sml
@@ -90,7 +90,7 @@ fun p_exp' par env (e, _) =
p_exp (E.pushERel env x t) e])
| ERecord xes => box [string "{",
- p_list (fn (x, e) =>
+ p_list (fn (x, e, _) =>
box [string x,
space,
string "=",