From c81c24b4feb3fae3c13861f1bcaafab697a6bb7e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 14 Sep 2008 11:02:18 -0400 Subject: SQL sequences --- src/expl.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/expl.sml') diff --git a/src/expl.sml b/src/expl.sml index 3bb7beff..c55461fc 100644 --- a/src/expl.sml +++ b/src/expl.sml @@ -108,6 +108,7 @@ datatype sgn_item' = | 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 @@ datatype decl' = | 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' = -- cgit v1.2.3