diff src/mono_shake.sml @ 754:8688e01ae469

A view query works
author Adam Chlipala <adamc@hcoop.net>
date Tue, 28 Apr 2009 15:04:37 -0400
parents 4c5796512edc
children d8f58d488cfb
line wrap: on
line diff
--- a/src/mono_shake.sml	Tue Apr 28 14:02:23 2009 -0400
+++ b/src/mono_shake.sml	Tue Apr 28 15:04:37 2009 -0400
@@ -57,6 +57,7 @@
                                    | ((DExport _, _), acc) => acc
                                    | ((DTable _, _), acc) => acc
                                    | ((DSequence _, _), acc) => acc
+                                   | ((DView _, _), acc) => acc
                                    | ((DDatabase _, _), acc) => acc
                                    | ((DJavaScript _, _), acc) => acc
                                    | ((DCookie _, _), acc) => acc
@@ -116,6 +117,7 @@
                       | (DExport _, _) => true
                       | (DTable _, _) => true
                       | (DSequence _, _) => true
+                      | (DView _, _) => true
                       | (DDatabase _, _) => true
                       | (DJavaScript _, _) => true
                       | (DCookie _, _) => true