summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 16:14:31 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 16:14:31 -0400
commita4849d43a72070576fbb7a0d3a48956948152899 (patch)
tree6fa2aa05d829b2b71c6e2d778b4898999992a00f /src/core.sml
parente56ecefbc8cc0251d30511ec8c6cdc8dca25a263 (diff)
PRIMARY KEY
Diffstat (limited to 'src/core.sml')
-rw-r--r--src/core.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.sml b/src/core.sml
index 687b913f..a8e0de13 100644
--- a/src/core.sml
+++ b/src/core.sml
@@ -130,7 +130,7 @@ datatype decl' =
| DVal of string * int * con * exp * string
| DValRec of (string * int * con * exp * string) list
| DExport of export_kind * int
- | DTable of string * int * con * string * exp * con
+ | DTable of string * int * con * string * exp * con * exp * con
| DSequence of string * int * string
| DDatabase of string
| DCookie of string * int * con * string