Mercurial > urweb
diff src/mono_util.sml @ 273:09c66a30ef32
Table declarations pushed to Cjr
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 02 Sep 2008 13:09:54 -0400 |
parents | 42dfb0d61cf0 |
children | c0e4ac23522d |
line wrap: on
line diff
--- a/src/mono_util.sml Tue Sep 02 11:57:25 2008 -0400 +++ b/src/mono_util.sml Tue Sep 02 13:09:54 2008 -0400 @@ -342,6 +342,7 @@ S.map2 (ListUtil.mapfold mft ts, fn ts' => (DExport (ek, s, n, ts'), loc)) + | DTable _ => S.return2 dAll | DDatabase _ => S.return2 dAll and mfvi ctx (x, n, t, e, s) = @@ -405,6 +406,7 @@ | DValRec vis => foldl (fn ((x, n, t, e, s), ctx) => bind (ctx, NamedE (x, n, t, NONE, s))) ctx vis | DExport _ => ctx + | DTable _ => ctx | DDatabase _ => ctx in S.map2 (mff ctx' ds',