Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
db5dfead
Commit
db5dfead
authored
May 05, 2010
by
Jean-Christophe Filliâtre
Browse files
a typo in real.Abs (who's to be blamed?)
parent
4a808fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/real.why
View file @
db5dfead
...
...
@@ -21,7 +21,7 @@ theory Abs
use import Real
logic abs(real) : real = if x >= 0.0 then x else -x
logic abs(
x :
real) : real = if x >= 0.0 then x else -x
lemma Abs_le: forall x,y:real. abs(x) <= y <-> -y <= x <= y
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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