comparison 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
comparison
equal deleted inserted replaced
2293:8be54d7bd06e 2294:f8903af753ff
112 val monoize : (Core.file, Mono.file) phase 112 val monoize : (Core.file, Mono.file) phase
113 val mono_opt : (Mono.file, Mono.file) phase 113 val mono_opt : (Mono.file, Mono.file) phase
114 val untangle : (Mono.file, Mono.file) phase 114 val untangle : (Mono.file, Mono.file) phase
115 val mono_reduce : (Mono.file, Mono.file) phase 115 val mono_reduce : (Mono.file, Mono.file) phase
116 val mono_shake : (Mono.file, Mono.file) phase 116 val mono_shake : (Mono.file, Mono.file) phase
117 val iflow : (Mono.file, Mono.file) phase 117 (* val iflow : (Mono.file, Mono.file) phase *)
118 val namejs : (Mono.file, Mono.file) phase 118 val namejs : (Mono.file, Mono.file) phase
119 val scriptcheck : (Mono.file, Mono.file) phase 119 val scriptcheck : (Mono.file, Mono.file) phase
120 val jscomp : (Mono.file, Mono.file) phase 120 val jscomp : (Mono.file, Mono.file) phase
121 val fuse : (Mono.file, Mono.file) phase 121 val fuse : (Mono.file, Mono.file) phase
122 val pathcheck : (Mono.file, Mono.file) phase 122 val pathcheck : (Mono.file, Mono.file) phase
167 val toMono_opt1 : (string, Mono.file) transform 167 val toMono_opt1 : (string, Mono.file) transform
168 val toUntangle : (string, Mono.file) transform 168 val toUntangle : (string, Mono.file) transform
169 val toMono_reduce : (string, Mono.file) transform 169 val toMono_reduce : (string, Mono.file) transform
170 val toMono_shake : (string, Mono.file) transform 170 val toMono_shake : (string, Mono.file) transform
171 val toMono_opt2 : (string, Mono.file) transform 171 val toMono_opt2 : (string, Mono.file) transform
172 val toIflow : (string, Mono.file) transform 172 (* val toIflow : (string, Mono.file) transform *)
173 val toNamejs : (string, Mono.file) transform 173 val toNamejs : (string, Mono.file) transform
174 val toNamejs_untangle : (string, Mono.file) transform 174 val toNamejs_untangle : (string, Mono.file) transform
175 val toScriptcheck : (string, Mono.file) transform 175 val toScriptcheck : (string, Mono.file) transform
176 val toDbmodecheck : (string, Mono.file) transform 176 val toDbmodecheck : (string, Mono.file) transform
177 val toJscomp : (string, Mono.file) transform 177 val toJscomp : (string, Mono.file) transform