Mercurial > urweb
diff src/elab.sml @ 203:dd82457fda82
Parsing and elaborating 'table'
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 14 Aug 2008 13:20:29 -0400 |
parents | ab86aa858e6c |
children | cb8f69556975 |
line wrap: on
line diff
--- a/src/elab.sml Tue Aug 12 14:55:05 2008 -0400 +++ b/src/elab.sml Thu Aug 14 13:20:29 2008 -0400 @@ -119,6 +119,7 @@ | 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 @@ | 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