summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-04 15:50:28 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-04 15:50:28 -0400
commit2eca16323e58b01a70ea734e2825765ebe239dc0 (patch)
tree01925fb11414b663a27842adee1f417c8df1c2a2 /src/source.sml
parent4bf39f1d330d41b33ccdaac9c037dd8737f05975 (diff)
Merge CDisjoint and TDisjoint
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/source.sml b/src/source.sml
index 14d4d6f8..d99907ae 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -49,7 +49,6 @@ datatype con' =
| TFun of con * con
| TCFun of explicitness * string * kind * con
- | TDisjoint of con * con * con
| TRecord of con
| CVar of string list * string