summaryrefslogtreecommitdiff
path: root/src/mono_shake.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_shake.sml')
-rw-r--r--src/mono_shake.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono_shake.sml b/src/mono_shake.sml
index b42c9535..50c4b387 100644
--- a/src/mono_shake.sml
+++ b/src/mono_shake.sml
@@ -58,6 +58,7 @@ fun shake file =
| ((DDatabase {expunge = n1, initialize = n2, ...}, _), (page_cs, page_es)) =>
(page_cs, IS.addList (page_es, [n1, n2]))
| ((DTask (e1, e2), _), st) => usedVars (usedVars st e2) e1
+ | ((DView (_, _, e), _), st) => usedVars st e
| ((DPolicy pol, _), st) =>
let
val e1 = case pol of