diff src/compiler.sig @ 484:685b41e85634

Defunctionalization gets CommentBlog working
author Adam Chlipala <adamc@hcoop.net>
date Sun, 09 Nov 2008 16:54:42 -0500
parents 9163f8014f9b
children 5521bb0b4014
line wrap: on
line diff
--- a/src/compiler.sig	Sun Nov 09 12:41:34 2008 -0500
+++ b/src/compiler.sig	Sun Nov 09 16:54:42 2008 -0500
@@ -65,6 +65,7 @@
     val especialize : (Core.file, Core.file) phase
     val core_untangle : (Core.file, Core.file) phase
     val shake : (Core.file, Core.file) phase
+    val defunc : (Core.file, Core.file) phase
     val tag : (Core.file, Core.file) phase
     val reduce : (Core.file, Core.file) phase
     val unpoly : (Core.file, Core.file) phase
@@ -89,6 +90,7 @@
     val toEspecialize : (string, Core.file) transform 
     val toCore_untangle : (string, Core.file) transform
     val toShake1 : (string, Core.file) transform
+    val toDefunc : (string, Core.file) transform 
     val toTag : (string, Core.file) transform
     val toReduce : (string, Core.file) transform
     val toUnpoly : (string, Core.file) transform