# HG changeset patch # User Adam Chlipala # Date 1235338435 18000 # Node ID 47947d6e975020839a1985550cc7ac1396336e8c # Parent 354800878b4df382b6987d81165607a85a05a810 Turned off termination checking, for now diff -r 354800878b4d -r 47947d6e9750 src/compiler.sml --- 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,