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
examples
Commits
99dbfb39
Commit
99dbfb39
authored
Jan 28, 2019
by
Robbert Krebbers
Browse files
Bump Iris.
parent
93f148a6
Pipeline
#14279
passed with stage
in 11 minutes and 18 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
opam
View file @
99dbfb39
...
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [
"coq-iris" { (= "dev.2019-01-2
5.3.6a8c782b
") | (= "dev") }
"coq-iris" { (= "dev.2019-01-2
7.0.9896799d
") | (= "dev") }
"coq-autosubst" { = "dev.coq86" }
]
theories/hocap/shared_bag.v
View file @
99dbfb39
...
...
@@ -55,7 +55,7 @@ Section proof.
iMod
(
bag_contents_update
b
({[
v
]}
∪
Y
)
with
"[$Hb1 $Hb2]"
)
as
"[Hb1 Hb2]"
.
iFrame
.
iApply
"Hcl"
.
iNext
.
iExists
_;
iFrame
.
rewrite
big_sepMS_union
big_sepMS_singleton
.
iFrame
.
}
rewrite
big_sepMS_singleton
.
iFrame
.
}
{
iNext
.
iIntros
"_"
.
iApply
"HΦ"
.
by
iFrame
"Hinv"
.
}
Qed
.
...
...
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