Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
3ef231cd
Commit
3ef231cd
authored
Nov 29, 2011
by
Guillaume Melquiond
Browse files
Fix duplicated axiom spotted by D. Mentré.
parent
b2003f43
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/real.why
View file @
3ef231cd
...
...
@@ -134,7 +134,7 @@ theory Truncate
forall i:int. floor (from_int i) = i
axiom Ceil_int :
forall i:int.
floor
(from_int i) = i
forall i:int.
ceil
(from_int i) = i
axiom Floor_down:
forall x:real. from_int (floor x) <= x < from_int (Int.(+) (floor x) 1)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment