diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-04-08 09:57:37 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-04-08 09:57:37 -0400 |
commit | ed25721e17d6798aad7b7a0cea8e5393bb840a91 (patch) | |
tree | e9741860302158a80e4339062e77fd5c7b5cc6cb /src/mono.sml | |
parent | db36e74c12b26c94ef387d66dc61858f06daa2d8 (diff) |
Change query_policy to sendClient; all arguments passed to SQL predicates are variables
Diffstat (limited to 'src/mono.sml')
-rw-r--r-- | src/mono.sml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |