From 26fde08de43211e6b4e8e6c1f02173629232b0ac Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 29 Jun 2014 08:33:47 -0400 Subject: Top.max and Top.min --- lib/ur/top.urs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ur/top.urs') 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 -- cgit v1.2.3