diff src/core.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/core.sml	Sat Sep 13 20:15:30 2008 -0400
+++ b/src/core.sml	Sun Sep 14 11:02:18 2008 -0400
@@ -115,6 +115,7 @@
        | DValRec of (string * int * con * exp * string) list
        | DExport of export_kind * int
        | DTable of string * int * con * string
+       | DSequence of string * int * string
        | DDatabase of string
 
 withtype decl = decl' located