Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
f7c4ea23
Commit
f7c4ea23
authored
May 31, 2016
by
Ralf Jung
Browse files
boxes: even fewer underscores
parent
de234db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/boxes.v
View file @
f7c4ea23
...
...
@@ -161,7 +161,7 @@ Proof.
iDestruct
(
box_own_auth_agree
γ
b
true
with
"[#]"
)
as
"%"
;
subst
;
first
by
iFrame
"Hγ"
.
iFrame
"HQ"
.
iPvs
(
box_own_auth_update
_
γ
true
true
false
with
"[Hγ Hγ']"
)
iPvs
(
box_own_auth_update
_
γ
with
"[Hγ Hγ']"
)
as
"[Hγ Hγ']"
;
first
by
iFrame
"Hγ"
.
iPvsIntro
;
iNext
;
iSplitL
"Hγ"
;
first
(
iExists
false
;
by
repeat
iSplit
).
iExists
Φ
;
iSplit
.
...
...
@@ -181,7 +181,7 @@ Proof.
iApply
(
big_sepM_impl
_
_
f
)
;
iFrame
"Hf"
.
iAlways
;
iIntros
{
γ
b'
?}
"[(Hγ' & #$ & #$) HΦ]"
.
iInv
N
as
{
b
}
"[Hγ _]"
;
iTimeless
"Hγ"
.
iPvs
(
box_own_auth_update
_
γ
b
b'
true
with
"[Hγ Hγ']"
)
iPvs
(
box_own_auth_update
_
γ
with
"[Hγ Hγ']"
)
as
"[Hγ $]"
;
first
by
iFrame
"Hγ"
.
iPvsIntro
;
iNext
;
iExists
true
.
by
iFrame
"HΦ Hγ"
.
Qed
.
...
...
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