diff src/mono.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.sml	Tue Apr 06 16:14:19 2010 -0400
+++ b/src/mono.sml	Thu Apr 08 09:57:37 2010 -0400
@@ -123,7 +123,7 @@
 
 withtype exp = exp' located
 
-datatype policy = PolQuery of exp
+datatype policy = PolClient of exp
 
 datatype decl' =
          DDatatype of (string * int * (string * int * typ option) list) list