aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/disjoint.sml
diff options
context:
space:
mode:
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