diff src/compiler.sml @ 1240:beb67ff4c8a0

'also' policies and policy reduction; calendar in good shape
author Adam Chlipala <adamc@hcoop.net>
date Thu, 15 Apr 2010 10:00:30 -0400
parents d5ecceb7d1a1
children 79b2bcac6200
line wrap: on
line diff
--- a/src/compiler.sml	Thu Apr 15 08:48:41 2010 -0400
+++ b/src/compiler.sml	Thu Apr 15 10:00:30 2010 -0400
@@ -75,7 +75,7 @@
 }
 
 val debug = ref false
-val doIflow = ref true
+val doIflow = ref false
 
 fun transform (ph : ('src, 'dst) phase) name = {
     func = fn input => let