summaryrefslogtreecommitdiff
path: root/src/core_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-26 11:32:29 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-26 11:32:29 -0400
commit140f5079a41a0aae9ad3e577c96b443eb5337ca5 (patch)
tree40fb8cd3e4a8812fd9b9952edb403f9547a31c90 /src/core_print.sml
parent84104b2ae60ef293b9d837998b8162d58e8d4a0e (diff)
Corify efold
Diffstat (limited to 'src/core_print.sml')
-rw-r--r--src/core_print.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core_print.sml b/src/core_print.sml
index 7242e720..b6e611f4 100644
--- a/src/core_print.sml
+++ b/src/core_print.sml
@@ -222,6 +222,7 @@ fun p_exp' par env (e, _) =
box [p_exp' true env e,
string ".",
p_con' true env c]
+ | EFold _ => string "fold"
and p_exp env = p_exp' false env