comparison src/compiler.sig @ 1272:56bd4a4f6e66

Some serious bug-fix work to get HTML example to compile; this includes fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jun 2010 13:04:37 -0400
parents 459a334345ae
children 5b5c0b552f59
comparison
equal deleted inserted replaced
1271:503d4ec93494 1272:56bd4a4f6e66
127 val toCore_untangle3 : (string, Core.file) transform 127 val toCore_untangle3 : (string, Core.file) transform
128 val toShake3 : (string, Core.file) transform 128 val toShake3 : (string, Core.file) transform
129 val toTag : (string, Core.file) transform 129 val toTag : (string, Core.file) transform
130 val toReduce : (string, Core.file) transform 130 val toReduce : (string, Core.file) transform
131 val toShakey : (string, Core.file) transform 131 val toShakey : (string, Core.file) transform
132 val toUnpoly : (string, Core.file) transform 132 val toUnpoly : (string, Core.file) transform
133 val toSpecialize : (string, Core.file) transform 133 val toSpecialize : (string, Core.file) transform
134 val toShake4 : (string, Core.file) transform 134 val toShake4 : (string, Core.file) transform
135 val toEspecialize2 : (string, Core.file) transform 135 val toEspecialize2 : (string, Core.file) transform
136 val toShake4' : (string, Core.file) transform
137 val toUnpoly2 : (string, Core.file) transform
138 val toShake4'' : (string, Core.file) transform
139 val toEspecialize3 : (string, Core.file) transform
136 val toReduce2 : (string, Core.file) transform 140 val toReduce2 : (string, Core.file) transform
137 val toShake5 : (string, Core.file) transform 141 val toShake5 : (string, Core.file) transform
138 val toMarshalcheck : (string, Core.file) transform 142 val toMarshalcheck : (string, Core.file) transform
139 val toEffectize : (string, Core.file) transform 143 val toEffectize : (string, Core.file) transform
140 val toCss : (string, Css.report) transform 144 val toCss : (string, Css.report) transform