summaryrefslogtreecommitdiff
path: root/src/elab_ops.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab_ops.sml')
-rw-r--r--src/elab_ops.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elab_ops.sml b/src/elab_ops.sml
index 60a7639d..a26ba17d 100644
--- a/src/elab_ops.sml
+++ b/src/elab_ops.sml
@@ -194,7 +194,7 @@ fun hnormCon env (cAll as (c, loc)) =
let
fun unconstraint c =
case hnormCon env c of
- (CDisjoint (_, _, _, c), _) => unconstraint c
+ (TDisjoint (_, _, c), _) => unconstraint c
| c => c
fun tryDistributivity () =