Mercurial > urweb
comparison src/compiler.sig @ 377:78358e5df273
Proper generation of relation names; checking that sequences exist
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 19 Oct 2008 12:12:59 -0400 |
parents | a94a79820d49 |
children | 1195f6e4d208 |
comparison
equal
deleted
inserted
replaced
376:6fd102fa28f9 | 377:78358e5df273 |
---|---|
68 val monoize : (Core.file, Mono.file) phase | 68 val monoize : (Core.file, Mono.file) phase |
69 val mono_opt : (Mono.file, Mono.file) phase | 69 val mono_opt : (Mono.file, Mono.file) phase |
70 val untangle : (Mono.file, Mono.file) phase | 70 val untangle : (Mono.file, Mono.file) phase |
71 val mono_reduce : (Mono.file, Mono.file) phase | 71 val mono_reduce : (Mono.file, Mono.file) phase |
72 val mono_shake : (Mono.file, Mono.file) phase | 72 val mono_shake : (Mono.file, Mono.file) phase |
73 val pathcheck : (Mono.file, Mono.file) phase | |
73 val cjrize : (Mono.file, Cjr.file) phase | 74 val cjrize : (Mono.file, Cjr.file) phase |
74 val prepare : (Cjr.file, Cjr.file) phase | 75 val prepare : (Cjr.file, Cjr.file) phase |
75 val sqlify : (Mono.file, Cjr.file) phase | 76 val sqlify : (Mono.file, Cjr.file) phase |
76 | 77 |
77 val toParseJob : (string, job) transform | 78 val toParseJob : (string, job) transform |
90 val toMono_opt1 : (string, Mono.file) transform | 91 val toMono_opt1 : (string, Mono.file) transform |
91 val toUntangle : (string, Mono.file) transform | 92 val toUntangle : (string, Mono.file) transform |
92 val toMono_reduce : (string, Mono.file) transform | 93 val toMono_reduce : (string, Mono.file) transform |
93 val toMono_shake : (string, Mono.file) transform | 94 val toMono_shake : (string, Mono.file) transform |
94 val toMono_opt2 : (string, Mono.file) transform | 95 val toMono_opt2 : (string, Mono.file) transform |
96 val toPathcheck : (string, Mono.file) transform | |
95 val toCjrize : (string, Cjr.file) transform | 97 val toCjrize : (string, Cjr.file) transform |
96 val toPrepare : (string, Cjr.file) transform | 98 val toPrepare : (string, Cjr.file) transform |
97 val toSqlify : (string, Cjr.file) transform | 99 val toSqlify : (string, Cjr.file) transform |
98 | 100 |
99 end | 101 end |