Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
f2a36c56
Commit
f2a36c56
authored
Jan 18, 2018
by
Jean-Christophe Filliâtre
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stdlib: fixed lemma map.Occ.occ_exchange
parent
53bba4a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stdlib/map.mlw
stdlib/map.mlw
+1
-1
No files found.
stdlib/map.mlw
View file @
f2a36c56
...
...
@@ -160,7 +160,7 @@ module Occ
lemma occ_exchange :
forall m: map int 'a, l u i j: int, x y z: 'a.
l <= i <
u -> l <=
j < u ->
l <= i < j < u ->
occ z m[i <- x][j <- y] l u =
occ z m[i <- y][j <- x] l u
...
...
Jean-Christophe Filliâtre
@filliatr
mentioned in issue
#77 (closed)
·
Jan 18, 2018
mentioned in issue
#77 (closed)
mentioned in issue #77
Toggle commit list
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