diff src/source.sml @ 704:70cbdcf5989b

UNIQUE constraints
author Adam Chlipala <adamc@hcoop.net>
date Tue, 07 Apr 2009 12:24:31 -0400
parents e68de2a5506b
children 1fb318c17546
line wrap: on
line diff
--- a/src/source.sml	Sun Apr 05 16:17:32 2009 -0400
+++ b/src/source.sml	Tue Apr 07 12:24:31 2009 -0400
@@ -160,7 +160,7 @@
        | DConstraint of con * con
        | DOpenConstraints of string * string list
        | DExport of str
-       | DTable of string * con
+       | DTable of string * con * exp
        | DSequence of string
        | DClass of string * kind * con
        | DDatabase of string