From 2eca16323e58b01a70ea734e2825765ebe239dc0 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 4 Oct 2008 15:50:28 -0400 Subject: Merge CDisjoint and TDisjoint --- src/disjoint.sml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/disjoint.sml') diff --git a/src/disjoint.sml b/src/disjoint.sml index f3a98b51..808d8413 100644 --- a/src/disjoint.sml +++ b/src/disjoint.sml @@ -315,8 +315,7 @@ and hnormCon (env, denv) c = end in case c of - CDisjoint cs => doDisj cs - | TDisjoint (Instantiate, c1, c2, c) => doDisj (c1, c2, c) + CDisjoint (Instantiate, c1, c2, c) => doDisj (c1, c2, c) | _ => (cAll, []) end -- cgit v1.2.3