Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dmitry Khalanskiy
Iris
Commits
84444c51
Commit
84444c51
authored
Dec 03, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused bound variable.
Thanks
@jtassaro
.
parent
206fa666
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/program_logic/adequacy.v
theories/program_logic/adequacy.v
+1
-1
No files found.
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
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