diff src/compiler.sig @ 26:4ab19c19665f

Closure conversion
author Adam Chlipala <adamc@hcoop.net>
date Tue, 10 Jun 2008 15:56:33 -0400
parents 0a762c73824d
children 537db4ee89f4
line wrap: on
line diff
--- a/src/compiler.sig	Tue Jun 10 13:14:45 2008 -0400
+++ b/src/compiler.sig	Tue Jun 10 15:56:33 2008 -0400
@@ -35,6 +35,7 @@
     val reduce : ElabEnv.env -> CoreEnv.env -> string -> Core.file option
     val shake : ElabEnv.env -> CoreEnv.env -> string -> Core.file option
     val monoize : ElabEnv.env -> CoreEnv.env -> string -> Mono.file option
+    val cloconv : ElabEnv.env -> CoreEnv.env -> string -> Flat.file option
 
     val testParse : string -> unit
     val testElaborate : string -> unit
@@ -42,5 +43,6 @@
     val testReduce : string -> unit
     val testShake : string -> unit
     val testMonoize : string -> unit
+    val testCloconv : string -> unit
 
 end