diff src/compiler.sig @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents 82aaa1c406d3
children 3739af9e727a
line wrap: on
line diff
--- a/src/compiler.sig	Thu Jul 10 16:05:14 2008 -0400
+++ b/src/compiler.sig	Sun Jul 13 10:17:06 2008 -0400
@@ -47,7 +47,6 @@
     val shake : job -> Core.file option
     val monoize : job -> Mono.file option
     val mono_opt : job -> Mono.file option
-    val cloconv : job -> Flat.file option
     val cjrize : job -> Cjr.file option
 
     val testParse : job -> unit
@@ -59,7 +58,6 @@
     val testShake : job -> unit
     val testMonoize : job -> unit
     val testMono_opt : job -> unit
-    val testCloconv : job -> unit
     val testCjrize : job -> unit
 
 end