Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2390b51a authored by François Bobot's avatar François Bobot
Browse files

comparison.why : abs, min, max generique

parent 1e107236
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ theory MinMax
type t
logic ge(t,t)
logic min(tty,t) : t
logic min(t,t) : t
logic max(t,t) : t
axiom Max_is_ge : forall x,y:t. ge(max(x,y),x) and ge(max(x,y),y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment