aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_shake.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-04-08 09:57:37 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-04-08 09:57:37 -0400
commited25721e17d6798aad7b7a0cea8e5393bb840a91 (patch)
treee9741860302158a80e4339062e77fd5c7b5cc6cb /src/mono_shake.sml
parentdb36e74c12b26c94ef387d66dc61858f06daa2d8 (diff)
Change query_policy to sendClient; all arguments passed to SQL predicates are variables
Diffstat (limited to 'src/mono_shake.sml')
-rw-r--r--src/mono_shake.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_shake.sml b/src/mono_shake.sml
index 358b31d2..3a681302 100644
--- a/src/mono_shake.sml
+++ b/src/mono_shake.sml
@@ -61,7 +61,7 @@ fun shake file =
| ((DPolicy pol, _), st) =>
let
val e1 = case pol of
- PolQuery e1 => e1
+ PolClient e1 => e1
in
usedVars st e1
end