summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml
index 505dd172..4e4ddc54 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -78,6 +78,7 @@ datatype sgn_item' =
| SgiSgn of string * sgn
| SgiInclude of sgn
| SgiConstraint of con * con
+ | SgiTable of string * con
and sgn' =
SgnConst of sgn_item list
@@ -131,6 +132,7 @@ datatype decl' =
| DConstraint of con * con
| DOpenConstraints of string * string list
| DExport of str
+ | DTable of string * con
and str' =
StrConst of decl list