diff src/mono.sml @ 338:e976b187d73a

SQL sequences
author Adam Chlipala <adamc@hcoop.net>
date Sun, 14 Sep 2008 11:02:18 -0400
parents 52d4c60518d4
children 7abb28e9d51f
line wrap: on
line diff
--- a/src/mono.sml	Sat Sep 13 20:15:30 2008 -0400
+++ b/src/mono.sml	Sun Sep 14 11:02:18 2008 -0400
@@ -89,6 +89,7 @@
                      body : exp,
                      initial : exp }
        | EDml of exp
+       | ENextval of exp
 
 
 withtype exp = exp' located
@@ -100,6 +101,7 @@
        | DExport of Core.export_kind * string * int * typ list
 
        | DTable of string * (string * typ) list
+       | DSequence of string
        | DDatabase of string
 
 withtype decl = decl' located