Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
48be18be
Commit
48be18be
authored
Nov 20, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused parameters from some boxes lemmas.
parent
3663aaf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
base_logic/lib/boxes.v
base_logic/lib/boxes.v
+2
-2
No files found.
base_logic/lib/boxes.v
View file @
48be18be
...
...
@@ -160,7 +160,7 @@ Proof.
iFrame
;
eauto
.
Qed
.
Lemma
box_fill_all
f
P
Q
:
box
N
f
P
∗
▷
P
={
N
}=
∗
box
N
(
const
true
<$>
f
)
P
.
Lemma
box_fill_all
f
P
:
box
N
f
P
∗
▷
P
={
N
}=
∗
box
N
(
const
true
<$>
f
)
P
.
Proof
.
iIntros
"[H HP]"
;
iDestruct
"H"
as
(
Φ
)
"[#HeqP Hf]"
.
iExists
Φ
;
iSplitR
;
first
by
rewrite
big_sepM_fmap
.
...
...
@@ -175,7 +175,7 @@ Proof.
iApply
"Hclose"
.
iNext
;
iExists
true
.
by
iFrame
.
Qed
.
Lemma
box_empty_all
f
P
Q
:
Lemma
box_empty_all
f
P
:
map_Forall
(
λ
_
,
(
true
=))
f
→
box
N
f
P
={
N
}=
∗
▷
P
∗
box
N
(
const
false
<$>
f
)
P
.
Proof
.
...
...
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