diff src/compiler.sig @ 1079:d069b193ed6b

Especialize uses a termination measure based on number of arguments introduced
author Adam Chlipala <adamc@hcoop.net>
date Tue, 15 Dec 2009 19:26:52 -0500
parents 3bc726a822fb
children 4b2f50829af5
line wrap: on
line diff
--- a/src/compiler.sig	Tue Dec 15 13:20:13 2009 -0500
+++ b/src/compiler.sig	Tue Dec 15 19:26:52 2009 -0500
@@ -152,4 +152,6 @@
     val toChecknest : (string, Cjr.file) transform
     val toSqlify : (string, Cjr.file) transform
 
+    val debug : bool ref
+
 end