Mercurial > urweb
diff src/compiler.sml @ 625:47947d6e9750
Turned off termination checking, for now
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 22 Feb 2009 16:33:55 -0500 |
parents | 0dd40b6bfdf3 |
children | 4a125bbc602d |
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,