summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.sml b/src/source.sml
index e9531245..6c117777 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -53,11 +53,11 @@ datatype con' =
| TFun of con * con
| TCFun of explicitness * string * kind * con
| TRecord of con
+ | TDisjoint of con * con * con
| CVar of string list * string
| CApp of con * con
| CAbs of string * kind option * con
- | CDisjoint of con * con * con
| CKAbs of string * con
| TKFun of string * con