comparison src/compiler.sig @ 282:0236d9412ad2

Ran a prepared statement with one string parameter
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Sep 2008 09:28:13 -0400
parents e4baf03a3a64
children e0ed0d4dabc9
comparison
equal deleted inserted replaced
281:7d5860add50f 282:0236d9412ad2
66 val mono_opt : (Mono.file, Mono.file) phase 66 val mono_opt : (Mono.file, Mono.file) phase
67 val untangle : (Mono.file, Mono.file) phase 67 val untangle : (Mono.file, Mono.file) phase
68 val mono_reduce : (Mono.file, Mono.file) phase 68 val mono_reduce : (Mono.file, Mono.file) phase
69 val mono_shake : (Mono.file, Mono.file) phase 69 val mono_shake : (Mono.file, Mono.file) phase
70 val cjrize : (Mono.file, Cjr.file) phase 70 val cjrize : (Mono.file, Cjr.file) phase
71 val prepare : (Cjr.file, Cjr.file) phase
71 val sqlify : (Mono.file, Cjr.file) phase 72 val sqlify : (Mono.file, Cjr.file) phase
72 73
73 val toParseJob : (string, job) transform 74 val toParseJob : (string, job) transform
74 val toParse : (string, Source.file) transform 75 val toParse : (string, Source.file) transform
75 val toElaborate : (string, Elab.file) transform 76 val toElaborate : (string, Elab.file) transform
85 val toUntangle : (string, Mono.file) transform 86 val toUntangle : (string, Mono.file) transform
86 val toMono_reduce : (string, Mono.file) transform 87 val toMono_reduce : (string, Mono.file) transform
87 val toMono_shake : (string, Mono.file) transform 88 val toMono_shake : (string, Mono.file) transform
88 val toMono_opt2 : (string, Mono.file) transform 89 val toMono_opt2 : (string, Mono.file) transform
89 val toCjrize : (string, Cjr.file) transform 90 val toCjrize : (string, Cjr.file) transform
91 val toPrepare : (string, Cjr.file) transform
90 val toSqlify : (string, Cjr.file) transform 92 val toSqlify : (string, Cjr.file) transform
91 93
92 end 94 end