Mercurial > urweb
diff src/elab_ops.sml @ 628:12b73f3c108e
Switch to TDisjoint from CDisjoint; still need to implement obligation generation at EDisjoint uses
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 24 Feb 2009 12:01:24 -0500 |
parents | 588b9d16b00a |
children | 7a4b026e45dd |
line wrap: on
line diff
--- a/src/elab_ops.sml Sun Feb 22 17:39:55 2009 -0500 +++ b/src/elab_ops.sml Tue Feb 24 12:01:24 2009 -0500 @@ -194,7 +194,7 @@ let fun unconstraint c = case hnormCon env c of - (CDisjoint (_, _, _, c), _) => unconstraint c + (TDisjoint (_, _, c), _) => unconstraint c | c => c fun tryDistributivity () =