diff src/mono_util.sml @ 1214:648e6b087dfb

Change query_policy to sendClient; all arguments passed to SQL predicates are variables
author Adam Chlipala <adamc@hcoop.net>
date Thu, 08 Apr 2010 09:57:37 -0400
parents c316ca3c9ec6
children 526575a9537a
line wrap: on
line diff
--- a/src/mono_util.sml	Tue Apr 06 16:14:19 2010 -0400
+++ b/src/mono_util.sml	Thu Apr 08 09:57:37 2010 -0400
@@ -541,9 +541,9 @@
 
         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,