Mercurial > urweb
diff src/compiler.sig @ 1062:3bc726a822fb
Shake bug fix; pattern reduction in ReduceLocal
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 08 Dec 2009 11:45:19 -0500 |
parents | 36efaf119b85 |
children | d069b193ed6b |
line wrap: on
line diff
--- a/src/compiler.sig Tue Dec 08 10:46:50 2009 -0500 +++ b/src/compiler.sig Tue Dec 08 11:45:19 2009 -0500 @@ -115,14 +115,17 @@ val toRpcify : (string, Core.file) transform val toCore_untangle2 : (string, Core.file) transform val toShake2 : (string, Core.file) transform + val toEspecialize1 : (string, Core.file) transform + val toCore_untangle3 : (string, Core.file) transform + val toShake3 : (string, Core.file) transform val toTag : (string, Core.file) transform val toReduce : (string, Core.file) transform val toUnpoly : (string, Core.file) transform val toSpecialize : (string, Core.file) transform - val toShake3 : (string, Core.file) transform - val toEspecialize : (string, Core.file) transform + val toShake4 : (string, Core.file) transform + val toEspecialize2 : (string, Core.file) transform val toReduce2 : (string, Core.file) transform - val toShake4 : (string, Core.file) transform + val toShake5 : (string, Core.file) transform val toMarshalcheck : (string, Core.file) transform val toEffectize : (string, Core.file) transform val toMonoize : (string, Mono.file) transform