aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elaborate.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elaborate.sml')
-rw-r--r--src/elaborate.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elaborate.sml b/src/elaborate.sml
index 76e22139..c791cff6 100644
--- a/src/elaborate.sml
+++ b/src/elaborate.sml
@@ -309,6 +309,7 @@
in
checkKind env c1' k1 (L'.KRecord ku1, loc);
checkKind env c2' k2 (L'.KRecord ku2, loc);
+ checkKind env c' k (L'.KType, loc);
((L'.TDisjoint (c1', c2', c'), loc), k, gs1 @ gs2 @ gs4)
end