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
520936e9
Commit
520936e9
authored
Dec 11, 2013
by
MARCHE Claude
Browse files
Test de real.Abs en PVS
parent
e0279f0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-claude.why
View file @
520936e9
...
...
@@ -228,3 +228,13 @@ theory TestWarnings
lemma L2 : exists x:t. x=x -> false
end
theory TestPVSRealAbs
use import int.Abs
use import real.RealInfix
use import real.Abs as A
lemma l: A.abs (-. 1.0) = 1.0
end
\ No newline at end of file
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