From 773cc619b71ad10b8f21f6941d67947bac86885f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 31 Aug 2008 08:46:22 -0400 Subject: Explify tables --- src/expl.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/expl.sml') 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 -- cgit v1.2.3