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.sml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/source_print.sml b/src/source_print.sml
index 08231ab5..7ae2b23e 100644
--- a/src/source_print.sml
+++ b/src/source_print.sml
@@ -156,7 +156,8 @@ fun p_con' par (c, _) =
space,
string "::",
space,
- p_kind k]
+ p_kind k,
+ string ")"]
| CTuple cs => box [string "(",
p_list p_con cs,