aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expl.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/expl.sml')
-rw-r--r--src/expl.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expl.sml b/src/expl.sml
index 0edff46b..bbc18097 100644
--- a/src/expl.sml
+++ b/src/expl.sml
@@ -107,6 +107,7 @@ datatype sgn_item' =
| SgiVal of string * int * con
| SgiSgn of string * int * sgn
| SgiStr of string * int * sgn
+ | SgiTable of int * string * int * con
and sgn' =
SgnConst of sgn_item list
@@ -128,6 +129,7 @@ datatype decl' =
| DStr of string * int * sgn * str
| DFfiStr of string * int * sgn
| DExport of int * sgn * str
+ | DTable of int * string * int * con
and str' =
StrConst of decl list