summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono.sml b/src/mono.sml
index 02afb2c0..5a65a9f9 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -121,7 +121,7 @@ datatype decl' =
| DValRec of (string * int * typ * exp * string) list
| DExport of Core.export_kind * string * int * typ list * typ
- | DTable of string * (string * typ) list
+ | DTable of string * (string * typ) list * exp
| DSequence of string
| DDatabase of {name : string, expunge : int, initialize : int}