Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
bb4b373d
Commit
bb4b373d
authored
Mar 17, 2021
by
Ralf Jung
Browse files
fix use of auto-generated names
parent
cfcf9918
Changes
1
Show whitespace changes
Inline
Side-by-side
iris_staging/algebra/list.v
View file @
bb4b373d
...
...
@@ -436,7 +436,8 @@ Section properties.
(
k
,
ε
)
~l
~>
(
k'
,
m
)
→
(
l
++
k
,
ε
)
~l
~>
(
l
++
k'
,
replicate
(
length
l
)
ε
++
m
).
Proof
.
remember
(
app_l_local_update
l
k
k'
ε
m
)
as
HH
.
clear
HeqHH
.
move
:
HH
.
remember
(
app_l_local_update
l
k
k'
ε
m
)
as
HH
eqn
:
HeqHH
.
clear
HeqHH
.
move
:
HH
.
by
rewrite
take_nil
drop_nil
ucmra_unit_left_id
.
Qed
.
...
...
@@ -484,7 +485,7 @@ Section properties.
move
:
HLen
.
clear
.
intros
HLen
.
move
:
n
.
apply
equiv_dist
,
list_equiv_lookup
.
intros
i
.
rewrite
list_lookup_op
.
remember
length
as
L
.
remember
length
as
L
eqn
:
HeqL
.
destruct
(
decide
(
i
<
L
m''
))%
nat
as
[
E
|
E
].
-
subst
.
apply
lookup_lt_is_Some
in
E
as
[?
HEl
].
rewrite
HEl
.
...
...
Write
Preview
Supports
Markdown
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