Mercurial > urweb
diff src/expl_print.sml @ 338:e976b187d73a
SQL sequences
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 14 Sep 2008 11:02:18 -0400 |
parents | 4260ad920c36 |
children | 075b36dbb1a4 |
line wrap: on
line diff
--- a/src/expl_print.sml Sat Sep 13 20:15:30 2008 -0400 +++ b/src/expl_print.sml Sun Sep 14 11:02:18 2008 -0400 @@ -436,6 +436,9 @@ 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 @@ 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]