diff src/compiler.sig @ 1235:a7b773f1d053

Command-line use of Iflow
author Adam Chlipala <adamc@hcoop.net>
date Tue, 13 Apr 2010 11:34:59 -0400
parents 5eac14322548
children 459a334345ae
line wrap: on
line diff
--- a/src/compiler.sig	Tue Apr 13 11:15:43 2010 -0400
+++ b/src/compiler.sig	Tue Apr 13 11:34:59 2010 -0400
@@ -164,6 +164,7 @@
     val toSqlify : (string, Cjr.file) transform
 
     val debug : bool ref
+    val doIflow : bool ref
 
     val addPath : string * string -> unit
     val addModuleRoot : string * string -> unit