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
Joshua Yanovski
iris-coq
Commits
e0ed90f7
Commit
e0ed90f7
authored
Mar 20, 2017
by
Ralf Jung
Browse files
update std++
parent
5334813e
Changes
2
Hide whitespace changes
Inline
Side-by-side
opam.pins
View file @
e0ed90f7
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
6ffa20c8f23797f81f1bb55ab27432e897de71d5
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
0ac2b4db07bdc471421c5a4c47789087b3df074c
theories/base_logic/lib/core.v
View file @
e0ed90f7
...
...
@@ -46,7 +46,7 @@ Section core.
Proof
.
split
.
-
iIntros
(
HP
)
"HP"
.
iDestruct
(
coreP_intro
with
"HP"
)
as
"#HcP"
.
iClear
"∗"
.
iAlways
.
by
iApply
HP
.
iAlways
.
by
iApply
HP
.
-
iIntros
(
HPQ
)
"HcP"
.
iDestruct
(
coreP_mono
_
_
HPQ
with
"HcP"
)
as
"HcQ"
.
iDestruct
(
coreP_elim
with
"HcQ"
)
as
"#HQ"
.
done
.
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