summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Ziv Scully <ziv@mit.edu>2015-11-19 01:59:00 -0500
committerGravatar Ziv Scully <ziv@mit.edu>2015-11-19 01:59:00 -0500
commitbfcd84434ee997b474935aa13ae7bc1f3801d795 (patch)
tree77c947df67cba402ee17c655d8557bd1a29dfae8 /src/compiler.sig
parent588831a34eb1747b5468581169f6e68116ecbd62 (diff)
Support nested queries but disable UrFlow for now.
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index c154240a..1ab0f7ae 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -114,7 +114,7 @@ signature COMPILER = sig
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 @@ signature COMPILER = sig
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