From ed25721e17d6798aad7b7a0cea8e5393bb840a91 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 8 Apr 2010 09:57:37 -0400 Subject: Change query_policy to sendClient; all arguments passed to SQL predicates are variables --- src/mono.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mono.sml') diff --git a/src/mono.sml b/src/mono.sml index 33ab5bd4..f8f57ae7 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -123,7 +123,7 @@ datatype exp' = 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 -- cgit v1.2.3