diff src/expl_print.sml @ 72:0ee10f4d73cf

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