Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
125
Issues
125
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
58f09fef
Commit
58f09fef
authored
Feb 22, 2016
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BV theory: reverted removal of normally useless axiom
parent
ce356884
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
theories/bv.why
theories/bv.why
+4
-4
No files found.
theories/bv.why
View file @
58f09fef
...
...
@@ -404,7 +404,7 @@ theory BV64
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(* meta "remove_prop" prop size_pos *)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
@@ -420,7 +420,7 @@ theory BV32
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(* meta "remove_prop" prop size_pos *)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
@@ -436,7 +436,7 @@ theory BV16
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(* meta "remove_prop" prop size_pos *)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
@@ -452,7 +452,7 @@ theory BV8
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(* meta "remove_prop" prop size_pos *)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
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