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
Iron
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
Iris
Iron
Commits
8aacd098
Commit
8aacd098
authored
Jun 13, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump Iris
parent
e09691b5
Pipeline
#17686
passed with stage
in 15 minutes and 18 seconds
Changes
2
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
opam
opam
+1
-1
theories/iron_logic/adequacy.v
theories/iron_logic/adequacy.v
+2
-2
No files found.
opam
View file @
8aacd098
...
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
depends: [
"coq-iris" { (= "dev.2019-06-1
2.3.1a0c5860
") | (= "dev") }
"coq-iris" { (= "dev.2019-06-1
3.0.860bd8e4
") | (= "dev") }
]
theories/iron_logic/adequacy.v
View file @
8aacd098
...
...
@@ -44,7 +44,7 @@ Proof.
intros
Hwp
.
apply
adequate_alt
;
intros
t2
σ
2
[
n
[
κ
s
?]]%
erased_steps_nsteps
.
eapply
(
wp_strong_adequacy
Σ
_
)
;
[|
done
]=>
?.
iMod
Hwp
as
(
perm
stateI
fork_post
??
P
)
"(Hσ&Hp&Hwp)"
.
clear
Hwp
.
iExists
stateI
,
_
,
fork_post
.
iIntros
"!> {$Hσ}"
.
iExists
s
,
s
tateI
,
_
,
fork_post
.
iIntros
"!> {$Hσ}"
.
rewrite
iron_wp_eq
/=.
iSplitL
.
iApply
(
"Hwp"
with
"Hp"
).
iIntros
(
e2
t2'
->
Hsafe
)
"Hσ Hpost _"
.
rewrite
bi
.
pure_and
;
iFrame
(
Hsafe
).
iIntros
(
v
t2''
[=
->
<-]).
rewrite
to_of_val
/=.
...
...
@@ -83,7 +83,7 @@ Proof.
intros
Hwp
[
n
[
κ
s
Hsteps
]]%
erased_steps_nsteps
.
eapply
(
wp_strong_adequacy
Σ
_
)
;
[|
done
]=>
?.
iMod
Hwp
as
(
perm
stateI
fork_post
??
P
)
"(Hσ&Hp&Hwp)"
.
iExists
stateI
,
_
,
fork_post
.
iIntros
"!> {$Hσ}"
;
csimpl
.
iExists
s
,
s
tateI
,
_
,
fork_post
.
iIntros
"!> {$Hσ}"
;
csimpl
.
rewrite
iron_wp_eq
/=.
iSplitL
.
iApply
(
"Hwp"
with
"Hp"
).
iIntros
(??
[=
<-
<-]
_
)
"Hσ"
.
rewrite
fmap_length
to_of_val
Hmap_val
.
iDestruct
1
as
(
π
1
π
2
'
->)
"[Hp H]"
.
rewrite
fracPred_at_sep
.
...
...
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