Mercurial > urweb
diff src/corify.sml @ 68:c1e21ab42896
Explify cfold
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 26 Jun 2008 09:51:28 -0400 |
parents | d37518b67bd2 |
children | 8e9920db39f2 |
line wrap: on
line diff
--- a/src/corify.sml Thu Jun 26 09:48:54 2008 -0400 +++ b/src/corify.sml Thu Jun 26 09:51:28 2008 -0400 @@ -244,6 +244,7 @@ | L.CRecord (k, xcs) => (L'.CRecord (corifyKind k, map (fn (c1, c2) => (corifyCon st c1, corifyCon st c2)) xcs), loc) | L.CConcat (c1, c2) => (L'.CConcat (corifyCon st c1, corifyCon st c2), loc) + | L.CFold _ => raise Fail "Corify CFold" fun corifyExp st (e, loc) = case e of