Mercurial > urweb
comparison src/compiler.sig @ 1170:52c6ac6a59f1
Basic analysis of tag and CSS class usage
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 27 Feb 2010 14:57:57 -0500 |
parents | 8679ba87cf3c |
children | 7a2a7a8f9cab |
comparison
equal
deleted
inserted
replaced
1169:420e38516dc2 | 1170:52c6ac6a59f1 |
---|---|
89 val reduce : (Core.file, Core.file) phase | 89 val reduce : (Core.file, Core.file) phase |
90 val unpoly : (Core.file, Core.file) phase | 90 val unpoly : (Core.file, Core.file) phase |
91 val specialize : (Core.file, Core.file) phase | 91 val specialize : (Core.file, Core.file) phase |
92 val marshalcheck : (Core.file, Core.file) phase | 92 val marshalcheck : (Core.file, Core.file) phase |
93 val effectize : (Core.file, Core.file) phase | 93 val effectize : (Core.file, Core.file) phase |
94 val css : (Core.file, Css.report) phase | |
94 val monoize : (Core.file, Mono.file) phase | 95 val monoize : (Core.file, Mono.file) phase |
95 val mono_opt : (Mono.file, Mono.file) phase | 96 val mono_opt : (Mono.file, Mono.file) phase |
96 val untangle : (Mono.file, Mono.file) phase | 97 val untangle : (Mono.file, Mono.file) phase |
97 val mono_reduce : (Mono.file, Mono.file) phase | 98 val mono_reduce : (Mono.file, Mono.file) phase |
98 val mono_shake : (Mono.file, Mono.file) phase | 99 val mono_shake : (Mono.file, Mono.file) phase |
129 val toEspecialize2 : (string, Core.file) transform | 130 val toEspecialize2 : (string, Core.file) transform |
130 val toReduce2 : (string, Core.file) transform | 131 val toReduce2 : (string, Core.file) transform |
131 val toShake5 : (string, Core.file) transform | 132 val toShake5 : (string, Core.file) transform |
132 val toMarshalcheck : (string, Core.file) transform | 133 val toMarshalcheck : (string, Core.file) transform |
133 val toEffectize : (string, Core.file) transform | 134 val toEffectize : (string, Core.file) transform |
135 val toCss : (string, Css.report) transform | |
134 val toMonoize : (string, Mono.file) transform | 136 val toMonoize : (string, Mono.file) transform |
135 val toMono_opt1 : (string, Mono.file) transform | 137 val toMono_opt1 : (string, Mono.file) transform |
136 val toUntangle : (string, Mono.file) transform | 138 val toUntangle : (string, Mono.file) transform |
137 val toMono_reduce : (string, Mono.file) transform | 139 val toMono_reduce : (string, Mono.file) transform |
138 val toMono_shake : (string, Mono.file) transform | 140 val toMono_shake : (string, Mono.file) transform |