comparison src/compiler.sig @ 1181:618f9f458da9

Got split1 working, but noticed a nasty type inference bug with transplanted unification variables
author Adam Chlipala <adamc@hcoop.net>
date Sat, 06 Mar 2010 19:14:48 -0500
parents 7a2a7a8f9cab
children 9d3ccb8b39ac
comparison
equal deleted inserted replaced
1180:ac3dbbc85c6e 1181:618f9f458da9
118 val toCore_untangle : (string, Core.file) transform 118 val toCore_untangle : (string, Core.file) transform
119 val toShake1 : (string, Core.file) transform 119 val toShake1 : (string, Core.file) transform
120 val toRpcify : (string, Core.file) transform 120 val toRpcify : (string, Core.file) transform
121 val toCore_untangle2 : (string, Core.file) transform 121 val toCore_untangle2 : (string, Core.file) transform
122 val toShake2 : (string, Core.file) transform 122 val toShake2 : (string, Core.file) transform
123 val toUnpoly1 : (string, Core.file) transform
123 val toEspecialize1 : (string, Core.file) transform 124 val toEspecialize1 : (string, Core.file) transform
124 val toCore_untangle3 : (string, Core.file) transform 125 val toCore_untangle3 : (string, Core.file) transform
125 val toShake3 : (string, Core.file) transform 126 val toShake3 : (string, Core.file) transform
126 val toTag : (string, Core.file) transform 127 val toTag : (string, Core.file) transform
127 val toReduce : (string, Core.file) transform 128 val toReduce : (string, Core.file) transform
128 val toUnpoly : (string, Core.file) transform 129 val toUnpoly2 : (string, Core.file) transform
129 val toSpecialize : (string, Core.file) transform 130 val toSpecialize : (string, Core.file) transform
130 val toShake4 : (string, Core.file) transform 131 val toShake4 : (string, Core.file) transform
131 val toEspecialize2 : (string, Core.file) transform 132 val toEspecialize2 : (string, Core.file) transform
132 val toReduce2 : (string, Core.file) transform 133 val toReduce2 : (string, Core.file) transform
133 val toShake5 : (string, Core.file) transform 134 val toShake5 : (string, Core.file) transform