aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elab.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-08-14 13:20:29 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-08-14 13:20:29 -0400
commit25658a4755c86ffbda946fb8b97f882f3ce7a724 (patch)
tree4ef4c28ab7483566127b841e2396bcc05d98e23d /src/elab.sml
parent4a22e79410139a25a9615275c3b9adcd165a5988 (diff)
Parsing and elaborating 'table'
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 011bc8d2..25ec6a79 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -119,6 +119,7 @@ datatype sgn_item' =
| SgiStr of string * int * sgn
| SgiSgn of string * int * sgn
| SgiConstraint of con * con
+ | SgiTable of string * int * con
and sgn' =
SgnConst of sgn_item list
@@ -142,6 +143,7 @@ datatype decl' =
| DFfiStr of string * int * sgn
| DConstraint of con * con
| DExport of int * sgn * str
+ | DTable of string * int * con
and str' =
StrConst of decl list