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/source.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/source.sml') diff --git a/src/source.sml b/src/source.sml index 70738c1a..bfb54194 100644 --- a/src/source.sml +++ b/src/source.sml @@ -83,6 +83,7 @@ datatype sgn_item' = | SgiInclude of sgn | SgiConstraint of con * con | SgiTable of string * con + | SgiSequence of string | SgiClassAbs of string | SgiClass of string * con @@ -141,6 +142,7 @@ datatype decl' = | DOpenConstraints of string * string list | DExport of str | DTable of string * con + | DSequence of string | DClass of string * con | DDatabase of string -- cgit v1.2.3