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
Jonas Kastberg
iris
Commits
84444c51
Commit
84444c51
authored
Dec 03, 2018
by
Robbert Krebbers
Browse files
Remove unused bound variable.
Thanks
@jtassaro
.
parent
206fa666
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/program_logic/adequacy.v
View file @
84444c51
...
...
@@ -158,7 +158,7 @@ Proof.
-
iDestruct
"Ht"
as
"(_ & He2 & _)"
.
by
iMod
(
wp_safe
with
"Hσ He2"
).
Qed
.
Lemma
wptp_invariance
φ
s
n
e1
κ
s
κ
s'
e2
t1
t2
σ
1
σ
2
Φ
:
Lemma
wptp_invariance
φ
s
n
e1
κ
s
κ
s'
t1
t2
σ
1
σ
2
Φ
:
nsteps
n
(
e1
::
t1
,
σ
1
)
κ
s
(
t2
,
σ
2
)
→
(
state_interp
σ
2
κ
s'
(
pred
(
length
t2
))
={
⊤
,
∅
}=
∗
⌜φ⌝
)
-
∗
state_interp
σ
1
(
κ
s
++
κ
s'
)
(
length
t1
)
-
∗
...
...
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