summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 14:11:32 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 14:11:32 -0400
commit1169e58b645a34751d97d9b54e977edd9359587d (patch)
tree053aee5bbd985b79f0d1901bc4fb72a44d48c4aa /src/core.sml
parentb872b8f181d7f5d1917dc0e4802f8741c976215d (diff)
Track uniqueness sets in table types
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 74ef138c..687b913f 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
+ | DTable of string * int * con * string * exp * con
| DSequence of string * int * string
| DDatabase of string
| DCookie of string * int * con * string