aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/disjoint.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-04 15:50:28 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-04 15:50:28 -0400
commit2eca16323e58b01a70ea734e2825765ebe239dc0 (patch)
tree01925fb11414b663a27842adee1f417c8df1c2a2 /src/disjoint.sml
parent4bf39f1d330d41b33ccdaac9c037dd8737f05975 (diff)
Merge CDisjoint and TDisjoint
Diffstat (limited to 'src/disjoint.sml')
-rw-r--r--src/disjoint.sml3
1 files changed, 1 insertions, 2 deletions
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