changeset 625:47947d6e9750

Turned off termination checking, for now
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 16:33:55 -0500
parents 354800878b4d
children 230654093b51
files src/compiler.sml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/compiler.sml	Sun Feb 22 16:32:56 2009 -0500
+++ b/src/compiler.sml	Sun Feb 22 16:33:55 2009 -0500
@@ -409,7 +409,7 @@
     print = ExplPrint.p_file ExplEnv.empty
 }
 
-val toExplify = transform explify "explify" o toTermination
+val toExplify = transform explify "explify" o toUnnest
 
 val corify = {
     func = Corify.corify,