diff src/mono.sml @ 707:d8217b4cb617

PRIMARY KEY
author Adam Chlipala <adamc@hcoop.net>
date Tue, 07 Apr 2009 16:14:31 -0400
parents 70cbdcf5989b
children f152f215a02c
line wrap: on
line diff
--- a/src/mono.sml	Tue Apr 07 15:04:07 2009 -0400
+++ b/src/mono.sml	Tue Apr 07 16:14:31 2009 -0400
@@ -121,7 +121,7 @@
        | DValRec of (string * int * typ * exp * string) list
        | DExport of Core.export_kind * string * int * typ list * typ
 
-       | DTable of string * (string * typ) list * exp
+       | DTable of string * (string * typ) list * exp * exp
        | DSequence of string
        | DDatabase of {name : string, expunge : int, initialize : int}