Mercurial > urweb
diff src/elab.sml @ 205:cb8f69556975
Elaborating 'SELECT *' queries
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 14 Aug 2008 15:24:59 -0400 |
parents | dd82457fda82 |
children | cc68da3801bc |
line wrap: on
line diff
--- a/src/elab.sml Thu Aug 14 13:59:11 2008 -0400 +++ b/src/elab.sml Thu Aug 14 15:24:59 2008 -0400 @@ -119,7 +119,7 @@ | SgiStr of string * int * sgn | SgiSgn of string * int * sgn | SgiConstraint of con * con - | SgiTable of string * int * con + | SgiTable of int * string * int * con and sgn' = SgnConst of sgn_item list @@ -143,7 +143,7 @@ | DFfiStr of string * int * sgn | DConstraint of con * con | DExport of int * sgn * str - | DTable of string * int * con + | DTable of int * string * int * con and str' = StrConst of decl list