diff src/expl.sml @ 338:e976b187d73a

SQL sequences
author Adam Chlipala <adamc@hcoop.net>
date Sun, 14 Sep 2008 11:02:18 -0400
parents 42dfb0d61cf0
children 075b36dbb1a4
line wrap: on
line diff
--- a/src/expl.sml	Sat Sep 13 20:15:30 2008 -0400
+++ b/src/expl.sml	Sun Sep 14 11:02:18 2008 -0400
@@ -108,6 +108,7 @@
        | SgiSgn of string * int * sgn
        | SgiStr of string * int * sgn
        | SgiTable of int * string * int * con
+       | SgiSequence of int * string * int
 
 and sgn' =
     SgnConst of sgn_item list
@@ -130,6 +131,7 @@
        | DFfiStr of string * int * sgn
        | DExport of int * sgn * str
        | DTable of int * string * int * con
+       | DSequence of int * string * int
        | DDatabase of string
 
      and str' =