summaryrefslogtreecommitdiff
path: root/src/source_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source_print.sml')
-rw-r--r--src/source_print.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index 9c3b870b..28146f1f 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -184,7 +184,7 @@ fun p_exp' par (e, _) =
| ERecord xes => box [string "{",
p_list (fn (x, e) =>
- box [p_con x,
+ box [p_name x,
space,
string "=",
space,