Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Spies
lambda-rust
Commits
266c4813
Commit
266c4813
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
*oops* I broke the build...
parent
c6a626ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/sum.v
+4
-5
4 additions, 5 deletions
theories/typing/sum.v
with
4 additions
and
5 deletions
theories/typing/sum.v
+
4
−
5
View file @
266c4813
...
...
@@ -99,13 +99,12 @@ Section sum.
by
eapply
List
.
Forall_forall
.
}
destruct
(
Qp_lower_bound
q'1
q'2
)
as
(
q'
&
q'01
&
q'02
&
->
&
->
)
.
rewrite
-
{
1
}
heap_mapsto_vec_prop_op
;
last
(
by
intros
;
apply
sum_size_eq
,
Hn
)
.
iDestruct
"Hownq"
as
"[Hownq1 Hownq2]"
.
iDestruct
"Hown"
as
"[Hown1 Hown2]"
.
iDestruct
"Hownq"
as
"[Hownq1 Hownq2]"
.
iDestruct
"Hown"
as
"[Hown1
>
Hown2]"
.
iExists
q'
.
iModIntro
.
iSplitL
"Hown1 Hownq1"
.
-
iNext
.
iExists
i
.
by
iFrame
.
-
iIntros
"H"
.
iDestruct
"H"
as
(
i'
)
"[Hown1 Hownq1]"
.
iCombine
"Hown1"
"Hown2"
as
"Hown"
.
rewrite
heap_mapsto_op
.
iDestruct
"Hown"
as
"[>#Hi Hown]"
.
iDestruct
"Hi"
as
%
[
=
->%
Z_of_nat_inj
]
.
iMod
(
"Hclose"
with
"Hown"
)
as
"$"
.
-
iIntros
"H"
.
iDestruct
"H"
as
(
i'
)
"[>Hown1 Hownq1]"
.
iDestruct
(
heap_mapsto_agree
with
"[$Hown1 $Hown2]"
)
as
%
[
=
->%
Z_of_nat_inj
]
.
iCombine
"Hown1"
"Hown2"
as
"Hown"
.
iMod
(
"Hclose"
with
"[Hown]"
)
as
"$"
;
first
by
eauto
.
iCombine
"Hownq1"
"Hownq2"
as
"Hownq"
.
rewrite
heap_mapsto_vec_prop_op
;
last
(
by
intros
;
apply
sum_size_eq
,
Hn
)
.
by
iApply
"Hclose'"
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment