diff src/reduce_local.sml @ 1276:5b5c0b552f59

Another run of Specialize, using ReduceLocal on datatype parameters
author Adam Chlipala <adamc@hcoop.net>
date Sat, 05 Jun 2010 09:42:37 -0400
parents 56bd4a4f6e66
children cd8d2c73ccf4
line wrap: on
line diff
--- a/src/reduce_local.sml	Thu Jun 03 14:44:08 2010 -0400
+++ b/src/reduce_local.sml	Sat Jun 05 09:42:37 2010 -0400
@@ -383,5 +383,6 @@
     end
 
 val reduceExp = exp []
+val reduceCon = con []
 
 end