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_print.sml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/expl_print.sml') diff --git a/src/expl_print.sml b/src/expl_print.sml index 10819fbc..dd328bb5 100644 --- a/src/expl_print.sml +++ b/src/expl_print.sml @@ -436,6 +436,9 @@ fun p_sgn_item env (sgi, _) = string ":", space, p_con env c] + | SgiSequence (_, x, n) => box [string "sequence", + space, + p_named x n] and p_sgn env (sgn, loc) = case sgn of @@ -584,6 +587,9 @@ fun p_decl env (dAll as (d, _) : decl) = string ":", space, p_con env c] + | DSequence (_, x, n) => box [string "sequence", + space, + p_named x n] | DDatabase s => box [string "database", space, string s] -- cgit v1.2.3