Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
ff96075a
Commit
ff96075a
authored
Nov 24, 2016
by
Jacques-Henri Jourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Next time I will think about committing something that works...
parent
dc432a1f
Pipeline
#3085
passed with stage
in 10 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
base_logic/lib/boxes.v
base_logic/lib/boxes.v
+1
-3
No files found.
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
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