summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-08-28 11:59:46 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-08-28 11:59:46 -0400
commitfe8bd11ade81a5835d72c498a763c13c17fddd25 (patch)
tree5ed3eba6ef836ed2e6a42d9561bafc183ec9f7a3 /lib
parent595c8e8d87d9f91e454654c3d7ad9dd49a1bfd93 (diff)
COUNT
Diffstat (limited to 'lib')
-rw-r--r--lib/basis.lig4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/basis.lig b/lib/basis.lig
index 746651ce..0b685301 100644
--- a/lib/basis.lig
+++ b/lib/basis.lig
@@ -125,6 +125,10 @@ val sql_comparison : sql_comparison
-> sql_exp tables agg exps t -> sql_exp tables agg exps t
-> sql_exp tables agg exps bool
+val sql_count : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type}
+ -> unit -> sql_exp tables agg exps int
+
+
(** XML *)
con tag :: {Type} -> {Unit} -> {Unit} -> {Type} -> {Type} -> Type