comparison src/source.sml @ 1797:bb942416bf1c

Remove 'class' declaration; now use 'con' instead
author Adam Chlipala <adam@chlipala.net>
date Sun, 29 Jul 2012 12:27:13 -0400
parents ab24a7cb2a64
children 1aa9629e3a4c
comparison
equal deleted inserted replaced
1796:0de0daab5fbb 1797:bb942416bf1c
161 | DOpenConstraints of string * string list 161 | DOpenConstraints of string * string list
162 | DExport of str 162 | DExport of str
163 | DTable of string * con * exp * exp 163 | DTable of string * con * exp * exp
164 | DSequence of string 164 | DSequence of string
165 | DView of string * exp 165 | DView of string * exp
166 | DClass of string * kind * con
167 | DDatabase of string 166 | DDatabase of string
168 | DCookie of string * con 167 | DCookie of string * con
169 | DStyle of string 168 | DStyle of string
170 | DTask of exp * exp 169 | DTask of exp * exp
171 | DPolicy of exp 170 | DPolicy of exp