Mercurial > urweb
diff src/mono_env.sml @ 338:e976b187d73a
SQL sequences
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 14 Sep 2008 11:02:18 -0400 |
parents | 4260ad920c36 |
children | 1901db85acb4 |
line wrap: on
line diff
--- a/src/mono_env.sml Sat Sep 13 20:15:30 2008 -0400 +++ b/src/mono_env.sml Sun Sep 14 11:02:18 2008 -0400 @@ -108,6 +108,7 @@ | DValRec vis => foldl (fn ((x, n, t, e, s), env) => pushENamed env x n t NONE s) env vis | DExport _ => env | DTable _ => env + | DSequence _ => env | DDatabase _ => env fun patBinds env (p, loc) =