diff src/compiler.sig @ 2294:f8903af753ff

Support nested queries but disable UrFlow for now.
author Ziv Scully <ziv@mit.edu>
date Thu, 19 Nov 2015 01:59:00 -0500
parents 365727ff68f4
children 6fb9232ade99
line wrap: on
line diff
--- a/src/compiler.sig	Wed Nov 18 14:48:24 2015 -0500
+++ b/src/compiler.sig	Thu Nov 19 01:59:00 2015 -0500
@@ -114,7 +114,7 @@
     val untangle : (Mono.file, Mono.file) phase
     val mono_reduce : (Mono.file, Mono.file) phase
     val mono_shake : (Mono.file, Mono.file) phase
-    val iflow : (Mono.file, Mono.file) phase
+    (* val iflow : (Mono.file, Mono.file) phase *)
     val namejs : (Mono.file, Mono.file) phase
     val scriptcheck : (Mono.file, Mono.file) phase
     val jscomp : (Mono.file, Mono.file) phase
@@ -169,7 +169,7 @@
     val toMono_reduce : (string, Mono.file) transform
     val toMono_shake : (string, Mono.file) transform
     val toMono_opt2 : (string, Mono.file) transform
-    val toIflow : (string, Mono.file) transform
+    (* val toIflow : (string, Mono.file) transform *)
     val toNamejs : (string, Mono.file) transform
     val toNamejs_untangle : (string, Mono.file) transform
     val toScriptcheck : (string, Mono.file) transform