From 9285fc85a25fc1fbe9e8d5c37f63dffedb197fa6 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 8 Dec 2009 11:45:19 -0500 Subject: Shake bug fix; pattern reduction in ReduceLocal --- src/compiler.sig | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/compiler.sig') diff --git a/src/compiler.sig b/src/compiler.sig index 28a5a5d5..1a41eaea 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -115,14 +115,17 @@ signature COMPILER = sig 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 toReduce2 : (string, Core.file) transform val toShake4 : (string, Core.file) transform + val toEspecialize2 : (string, Core.file) transform + val toReduce2 : (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 -- cgit v1.2.3