diff src/core_print.sml @ 73:8b611ecc5f2d

Corify efold
author Adam Chlipala <adamc@hcoop.net>
date Thu, 26 Jun 2008 11:32:29 -0400
parents 8e9920db39f2
children 275aaeb73f1f
line wrap: on
line diff
--- a/src/core_print.sml	Thu Jun 26 11:11:13 2008 -0400
+++ b/src/core_print.sml	Thu Jun 26 11:32:29 2008 -0400
@@ -222,6 +222,7 @@
             box [p_exp' true env e,
                  string ".",
                  p_con' true env c]
+      | EFold _ => string "fold"
 
 and p_exp env = p_exp' false env