Mercurial > urweb
diff src/core_util.sml @ 87:275aaeb73f1f
Push KUnit and CUnit through the phases
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 01 Jul 2008 13:23:46 -0400 |
parents | 8b611ecc5f2d |
children | f0f59e918cac |
line wrap: on
line diff
--- a/src/core_util.sml Tue Jul 01 13:19:14 2008 -0400 +++ b/src/core_util.sml Tue Jul 01 13:23:46 2008 -0400 @@ -55,6 +55,8 @@ S.map2 (mfk k, fn k' => (KRecord k', loc)) + + | KUnit => S.return2 kAll in mfk end @@ -149,6 +151,8 @@ S.map2 (mfk k2, fn k2' => (CFold (k1', k2'), loc))) + + | CUnit => S.return2 cAll in mfc end