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
c34388ea
Commit
c34388ea
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
test performance without typeclasses opaque
parent
761e3110
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/lifetime/definitions.v
+3
-2
3 additions, 2 deletions
theories/lifetime/definitions.v
theories/lifetime/primitive.v
+3
-1
3 additions, 1 deletion
theories/lifetime/primitive.v
with
6 additions
and
3 deletions
theories/lifetime/definitions.v
+
3
−
2
View file @
c34388ea
...
...
@@ -200,9 +200,10 @@ Notation "&{ κ , i } P" := (idx_bor κ i P)
Infix
"⊑"
:=
lft_incl
(
at
level
70
)
:
uPred_scope
.
Typeclasses
Opaque
lft_tok
lft_dead
bor_cnt
lft_bor_alive
lft_bor_dead
Typeclasses
Opaque
lft_inv_alive
lft_vs_inv
lft_vs
lft_incl
.
(*Typeclasses Opaque lft_tok lft_dead bor_cnt lft_bor_alive lft_bor_dead
lft_inh lft_inv_alive lft_vs_inv lft_vs lft_inv_dead lft_inv lft_incl
idx_bor_own
idx_bor
raw_bor
bor
.
idx_bor_own idx_bor raw_bor bor.
*)
Section
basic_properties
.
Context
`{
invG
Σ
,
lftG
Σ
}
.
...
...
This diff is collapsed.
Click to expand it.
theories/lifetime/primitive.v
+
3
−
1
View file @
c34388ea
...
...
@@ -393,7 +393,9 @@ Lemma lft_inh_extend E κ P Q :
(
∀
Q'
,
▷
lft_inh
κ
true
Q'
=
{
E
}
=∗
∃
Q''
,
▷
▷
(
Q'
≡
(
P
∗
Q''
))
∗
▷
P
∗
▷
lft_inh
κ
true
Q''
)
.
Proof
.
rewrite
{
1
}
/
lft_inh
.
iDestruct
1
as
(
PE
)
"[>HE Hbox]"
.
iIntros
(?)
"H"
.
Set
Typeclasses
Debug
.
unfold
lft_inh
.
iDestruct
"H"
as
(
PE
)
"[>HE Hbox]"
.
iMod
(
slice_insert_empty
_
_
true
_
P
with
"Hbox"
)
as
(
γE
)
"(% & #Hslice & Hbox)"
.
iMod
(
own_inh_update
with
"HE"
)
as
"[HE HE◯]"
.
...
...
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