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
Tej Chajed
iris
Commits
ff96075a
Commit
ff96075a
authored
Nov 24, 2016
by
Jacques-Henri Jourdan
Browse files
Next time I will think about committing something that works...
parent
dc432a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
base_logic/lib/boxes.v
View file @
ff96075a
...
...
@@ -185,9 +185,7 @@ Proof.
iMod
(
box_empty
with
"[$Hslice $Hbox]"
)
as
"[$ Hbox]"
;
try
done
.
iMod
(
box_delete_empty
with
"[$Hslice $Hbox]"
)
as
(
P'
)
"[Heq Hbox]"
.
done
.
by
apply
lookup_insert
.
iExists
P'
.
rewrite
delete_insert
.
iFrame
.
iMod
(
box_fill
with
"[$Hslice $HQ $Hbox]"
).
done
.
by
rewrite
insert_insert
.
iExists
P'
.
iFrame
.
rewrite
-
insert_delete
delete_insert
?lookup_delete
//.
Qed
.
Lemma
box_fill_all
E
f
P
:
...
...
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