Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Fairis
Commits
6f833876
Commit
6f833876
authored
May 09, 2018
by
Ralf Jung
Browse files
update Iris so that we can use iSplit again instead of iSplitL
parent
56a695de
Pipeline
#8502
passed with stage
in 27 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
opam
View file @
6f833876
...
...
@@ -6,5 +6,5 @@ install: [make "install"]
remove: ["rm" "-rf" "'%{lib}%/coq/user-contrib/fri"]
depends: [
"coq" { (>= "8.7.2") | (= "dev") }
"coq-iris" { (= "branch.gen_proofmode.2018-05-0
8.0.7af1bbd3
") | (= "dev") }
"coq-iris" { (= "branch.gen_proofmode.2018-05-0
9.1.c2b96095
") | (= "dev") }
]
theories/chan2heap/simple_reln.v
View file @
6f833876
...
...
@@ -1308,7 +1308,7 @@ Tactic Notation "refine_unbind" constr(K) :=
}
{
rewrite
/
dK
/
dinit
/
Kd
.
case_match
;
abstract
omega
.
}
{
iFrame
"Hown"
.
iFrame
"Hheap"
.
iFrame
"Hscheap"
.
repeat
iSplit
L
;
iPureIntro
;
eauto
with
ndisj
.
}
repeat
iSplit
;
iPureIntro
;
eauto
with
ndisj
.
}
iApply
wp_wand_l
.
iFrame
"Hwp"
.
iIntros
"!#"
.
iIntros
(
v
)
"Hpre"
.
iDestruct
"Hpre"
as
(
l
c
)
"(%&Hleft&Hright&Hown)"
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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