Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodolphe Lepigre
Iris
Commits
70fef82c
Commit
70fef82c
authored
Jun 13, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid some evars
parent
3584bf89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/program_logic/adequacy.v
theories/program_logic/adequacy.v
+2
-2
No files found.
theories/program_logic/adequacy.v
View file @
70fef82c
...
...
@@ -203,7 +203,7 @@ Proof.
intros
Hwp
.
apply
adequate_alt
;
intros
t2
σ
2
[
n
[
κ
s
?]]%
erased_steps_nsteps
.
eapply
(
wp_strong_adequacy
Σ
_
)
;
[|
done
]=>
?.
iMod
Hwp
as
(
stateI
fork_post
)
"[Hσ Hwp]"
.
iExists
_
,
(
λ
σ
κ
s
_
,
stateI
σ
κ
s
),
(
λ
v
,
⌜φ
v
⌝
%
I
),
fork_post
.
iExists
s
,
(
λ
σ
κ
s
_
,
stateI
σ
κ
s
),
(
λ
v
,
⌜φ
v
⌝
%
I
),
fork_post
.
iIntros
"{$Hσ $Hwp} !>"
(
e2
t2'
->
?)
"_ H _"
.
iApply
fupd_mask_weaken
;
[
done
|].
iSplit
;
[|
done
].
iIntros
(
v2
t2''
[=
->
<-]).
by
rewrite
to_of_val
.
...
...
@@ -223,7 +223,7 @@ Proof.
intros
Hwp
[
n
[
κ
s
?]]%
erased_steps_nsteps
.
eapply
(
wp_strong_adequacy
Σ
_
)
;
[|
done
]=>
?.
iMod
(
Hwp
_
κ
s
)
as
(
stateI
fork_post
)
"(Hσ & Hwp & Hφ)"
.
iExists
_
,
stateI
,
(
λ
_
,
True
)%
I
,
fork_post
.
iExists
s
,
stateI
,
(
λ
_
,
True
)%
I
,
fork_post
.
iIntros
"{$Hσ $Hwp} !>"
(
e2
t2'
->
_
)
"Hσ _ _ /="
.
iDestruct
(
"Hφ"
with
"Hσ"
)
as
(
E
)
">Hφ"
.
by
iApply
fupd_mask_weaken
;
first
set_solver
.
...
...
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