diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-02-24 12:01:24 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-02-24 12:01:24 -0500 |
commit | 7b71af9c790abcff2bfe0a16a417a1023776351d (patch) | |
tree | 9dd05f2dad9cc6d4e0e33af1e8f1cf0a1def9f15 /src/source.sml | |
parent | bb4aed8e1304d5cb3cbe7ec5fdcf95344e9aa2d5 (diff) |
Switch to TDisjoint from CDisjoint; still need to implement obligation generation at EDisjoint uses
Diffstat (limited to 'src/source.sml')
-rw-r--r-- | src/source.sml | 2 |
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 |