aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expl.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-09-14 11:02:18 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-09-14 11:02:18 -0400
commitc81c24b4feb3fae3c13861f1bcaafab697a6bb7e (patch)
tree4f168489261d0202a9d664e548dd71a10665df46 /src/expl.sml
parent0faed8b64498534297bd797108b659802815aefc (diff)
SQL sequences
Diffstat (limited to 'src/expl.sml')
-rw-r--r--src/expl.sml2
1 files changed, 2 insertions, 0 deletions
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' =