diff src/source_print.sml @ 621:8998114760c1

"Hello world" compiles, after replacing type-level fold with map
author Adam Chlipala <adamc@hcoop.net>
date Sat, 21 Feb 2009 15:33:20 -0500
parents 44958d74c43f
children 588b9d16b00a
line wrap: on
line diff
--- a/src/source_print.sml	Sat Feb 21 14:10:06 2009 -0500
+++ b/src/source_print.sml	Sat Feb 21 15:33:20 2009 -0500
@@ -139,7 +139,7 @@
                                               string "++",
                                               space,
                                               p_con c2])
-      | CFold => string "fold"
+      | CMap => string "map"
 
       | CUnit => string "()"