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/mono_shake.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mono_shake.sml') diff --git a/src/mono_shake.sml b/src/mono_shake.sml index dddb1d9a..6714718a 100644 --- a/src/mono_shake.sml +++ b/src/mono_shake.sml @@ -55,6 +55,7 @@ fun shake file = (cdef, foldl (fn ((_, n, t, e, _), edef) => IM.insert (edef, n, (t, e))) edef vis) | ((DExport _, _), acc) => acc | ((DTable _, _), acc) => acc + | ((DSequence _, _), acc) => acc | ((DDatabase _, _), acc) => acc) (IM.empty, IM.empty) file @@ -110,6 +111,7 @@ fun shake file = | (DValRec vis, _) => List.exists (fn (_, n, _, _, _) => IS.member (#exp s, n)) vis | (DExport _, _) => true | (DTable _, _) => true + | (DSequence _, _) => true | (DDatabase _, _) => true) file end -- cgit v1.2.3