summaryrefslogtreecommitdiff
path: root/lib/ur/top.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-06-29 08:33:47 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2014-06-29 08:33:47 -0400
commit778529d825a22a4ae0ffed046b87b6ad4ee1c496 (patch)
tree218238598a48fdb5d119334cb56573363d27ea46 /lib/ur/top.urs
parent1d498314f0fc9e941d2a10f07c86f6f8ca9ac180 (diff)
Top.max and Top.min
Diffstat (limited to 'lib/ur/top.urs')
-rw-r--r--lib/ur/top.urs3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ur/top.urs b/lib/ur/top.urs
index 2ea86dc4..15bc6a22 100644
--- a/lib/ur/top.urs
+++ b/lib/ur/top.urs
@@ -287,3 +287,6 @@ val eqNullable' : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type}
val mkRead' : t ::: Type -> (string -> option t) -> string -> read t
val postFields : postBody -> list (string * string)
+
+val max : t ::: Type -> ord t -> t -> t -> t
+val min : t ::: Type -> ord t -> t -> t -> t