comparison src/compiler.sig @ 1595:154cfe2eb366

Better error messages about server-side use of client-side functions
author Adam Chlipala <adam@chlipala.net>
date Mon, 14 Nov 2011 09:15:10 -0500
parents 659a2f71f5e5
children 3cfc79f92db7
comparison
equal deleted inserted replaced
1594:d9de8b3f8167 1595:154cfe2eb366
114 val mono_shake : (Mono.file, Mono.file) phase 114 val mono_shake : (Mono.file, Mono.file) phase
115 val iflow : (Mono.file, Mono.file) phase 115 val iflow : (Mono.file, Mono.file) phase
116 val jscomp : (Mono.file, Mono.file) phase 116 val jscomp : (Mono.file, Mono.file) phase
117 val fuse : (Mono.file, Mono.file) phase 117 val fuse : (Mono.file, Mono.file) phase
118 val pathcheck : (Mono.file, Mono.file) phase 118 val pathcheck : (Mono.file, Mono.file) phase
119 val sidecheck : (Mono.file, Mono.file) phase
119 val cjrize : (Mono.file, Cjr.file) phase 120 val cjrize : (Mono.file, Cjr.file) phase
120 val scriptcheck : (Cjr.file, Cjr.file) phase 121 val scriptcheck : (Cjr.file, Cjr.file) phase
121 val prepare : (Cjr.file, Cjr.file) phase 122 val prepare : (Cjr.file, Cjr.file) phase
122 val checknest : (Cjr.file, Cjr.file) phase 123 val checknest : (Cjr.file, Cjr.file) phase
123 val sqlify : (Mono.file, Cjr.file) phase 124 val sqlify : (Mono.file, Cjr.file) phase
174 val toMono_reduce3 : (string, Mono.file) transform 175 val toMono_reduce3 : (string, Mono.file) transform
175 val toFuse2 : (string, Mono.file) transform 176 val toFuse2 : (string, Mono.file) transform
176 val toUntangle3 : (string, Mono.file) transform 177 val toUntangle3 : (string, Mono.file) transform
177 val toMono_shake3 : (string, Mono.file) transform 178 val toMono_shake3 : (string, Mono.file) transform
178 val toPathcheck : (string, Mono.file) transform 179 val toPathcheck : (string, Mono.file) transform
180 val toSidecheck : (string, Mono.file) transform
179 val toCjrize : (string, Cjr.file) transform 181 val toCjrize : (string, Cjr.file) transform
180 val toScriptcheck : (string, Cjr.file) transform 182 val toScriptcheck : (string, Cjr.file) transform
181 val toPrepare : (string, Cjr.file) transform 183 val toPrepare : (string, Cjr.file) transform
182 val toChecknest : (string, Cjr.file) transform 184 val toChecknest : (string, Cjr.file) transform
183 val toSqlify : (string, Cjr.file) transform 185 val toSqlify : (string, Cjr.file) transform