comparison 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
comparison
equal deleted inserted replaced
1275:74150edf1134 1276:5b5c0b552f59
381 in 381 in
382 map doDecl file 382 map doDecl file
383 end 383 end
384 384
385 val reduceExp = exp [] 385 val reduceExp = exp []
386 val reduceCon = con []
386 387
387 end 388 end