From 94a1373401529f500640b0c0628e7173612cdabe Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 19 Jul 2009 17:45:02 -0400 Subject: Working on Grid; have gone from one dynamic table bizareness to another --- src/compiler.sig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler.sig') diff --git a/src/compiler.sig b/src/compiler.sig index c36ae2cc..73605d7c 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -120,6 +120,7 @@ signature COMPILER = sig 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 toMarshalcheck : (string, Core.file) transform val toEffectize : (string, Core.file) transform -- cgit v1.2.3