summaryrefslogtreecommitdiff
path: root/src/mono_util.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
commit0e49f7ad6ea4a0cfd535677085148ab224295e93 (patch)
treee9741860302158a80e4339062e77fd5c7b5cc6cb /src/mono_util.sml
parent7c176fd1af9e0427443ab4a6493943f90c6c1470 (diff)
Change query_policy to sendClient; all arguments passed to SQL predicates are variables
Diffstat (limited to 'src/mono_util.sml')
-rw-r--r--src/mono_util.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mono_util.sml b/src/mono_util.sml
index 094f216b..a7f27fd8 100644
--- a/src/mono_util.sml
+++ b/src/mono_util.sml
@@ -541,9 +541,9 @@ fun mapfoldB {typ = fc, exp = fe, decl = fd, bind} =
and mfpol ctx pol =
case pol of
- PolQuery e =>
+ PolClient e =>
S.map2 (mfe ctx e,
- PolQuery)
+ PolClient)
and mfvi ctx (x, n, t, e, s) =
S.bind2 (mft t,