From 25658a4755c86ffbda946fb8b97f882f3ce7a724 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 14 Aug 2008 13:20:29 -0400 Subject: Parsing and elaborating 'table' --- src/elab.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/elab.sml') 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 -- cgit v1.2.3