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
00ba3ec8
Commit
00ba3ec8
authored
Jul 18, 2012
by
Guillaume Melquiond
Browse files
Update Gappa driver.
parent
6c145126
Changes
3
Hide whitespace changes
Inline
Side-by-side
drivers/gappa.drv
View file @
00ba3ec8
...
...
@@ -72,6 +72,7 @@ theory int.Int
remove prop Total
remove prop Antisymm
remove prop NonTrivialRing
remove prop ZeroLessOne
end
...
...
@@ -135,6 +136,7 @@ theory real.Real
remove prop Antisymm
remove prop Inverse
remove prop NonTrivialRing
remove prop ZeroLessOne
end
...
...
share/provers-detection-data.conf.in
View file @
00ba3ec8
...
...
@@ -142,6 +142,7 @@ name = "Gappa"
exec = "gappa"
version_switch = "--version"
version_regexp = "Gappa \\([^ \n]*\\)"
version_ok = "0.16.1"
version_ok = "0.16.0"
version_ok = "0.15.1"
version_ok = "0.15.0"
...
...
theories/real.why
View file @
00ba3ec8
(** {1 Theory of reals}
(** {1 Theory of reals}
This file provides the basic theory of real numbers, and several
additional theories for classical real functions.
...
...
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