Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
2390b51a
Commit
2390b51a
authored
15 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
comparison.why : abs, min, max generique
parent
1e107236
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/comparison.why
+1
-1
1 addition, 1 deletion
theories/comparison.why
with
1 addition
and
1 deletion
theories/comparison.why
+
1
−
1
View file @
2390b51a
...
...
@@ -22,7 +22,7 @@ theory MinMax
type t
logic ge(t,t)
logic min(t
ty
,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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment