summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml
index e55e5901..10d174ab 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -53,6 +53,7 @@ datatype con' =
| CVar of string list * string
| CApp of con * con
| CAbs of string * kind option * con
+ | CDisjoint of con * con * con
| CName of string