comparison src/elab.sml @ 85:1f85890c9846

Disjointness assumptions in expressions
author Adam Chlipala <adamc@hcoop.net>
date Tue, 01 Jul 2008 12:25:12 -0400
parents e86370850c30
children 7bab29834cd6
comparison
equal deleted inserted replaced
84:e86370850c30 85:1f85890c9846
46 | Implicit 46 | Implicit
47 47
48 datatype con' = 48 datatype con' =
49 TFun of con * con 49 TFun of con * con
50 | TCFun of explicitness * string * kind * con 50 | TCFun of explicitness * string * kind * con
51 | TDisjoint of con * con * con
51 | TRecord of con 52 | TRecord of con
52 53
53 | CRel of int 54 | CRel of int
54 | CNamed of int 55 | CNamed of int
55 | CModProj of int * string list * string 56 | CModProj of int * string list * string