diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-04-15 10:00:30 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-04-15 10:00:30 -0400 |
commit | be44e5e224dbcc3f8cd9b4d3428f7e6bb229b477 (patch) | |
tree | 1c801afa0b5552f7e73697de20c0b35160590932 /src/compiler.sml | |
parent | 19f990b4515554027feacfc2b52c1f89f0521759 (diff) |
'also' policies and policy reduction; calendar in good shape
Diffstat (limited to 'src/compiler.sml')
-rw-r--r-- | src/compiler.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sml b/src/compiler.sml index ba10ed74..def0e6c3 100644 --- a/src/compiler.sml +++ b/src/compiler.sml @@ -75,7 +75,7 @@ type ('src, 'dst) transform = { } val debug = ref false -val doIflow = ref true +val doIflow = ref false fun transform (ph : ('src, 'dst) phase) name = { func = fn input => let |