From 9a65eddb59384f5784ed3ef0a641ca65b52645ce Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 14 Aug 2008 15:24:59 -0400 Subject: Elaborating 'SELECT *' queries --- src/elab.sml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/elab.sml') diff --git a/src/elab.sml b/src/elab.sml index 25ec6a79..66f5f3ed 100644 --- a/src/elab.sml +++ b/src/elab.sml @@ -119,7 +119,7 @@ datatype sgn_item' = | 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 @@ datatype decl' = | 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 -- cgit v1.2.3