aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 0ce86726..9bb609bf 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -53,7 +53,6 @@ datatype auto_instantiate =
datatype con' =
TFun of con * con
| TCFun of explicitness * string * kind * con
- | TDisjoint of auto_instantiate * con * con * con
| TRecord of con
| CRel of int
@@ -61,7 +60,7 @@ datatype con' =
| CModProj of int * string list * string
| CApp of con * con
| CAbs of string * kind * con
- | CDisjoint of con * con * con
+ | CDisjoint of auto_instantiate * con * con * con
| CName of string