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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
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
Iris
lambda-rust
Commits
d03bc23f
Commit
d03bc23f
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix na_borrow
parent
6d323ae2
No related branches found
No related tags found
No related merge requests found
Pipeline
#70718
failed
2 years ago
Stage: build
Changes
1
Pipelines
41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/lifetime/na_borrow.v
+2
-2
2 additions, 2 deletions
theories/lifetime/na_borrow.v
with
2 additions
and
2 deletions
theories/lifetime/na_borrow.v
+
2
−
2
View file @
d03bc23f
...
@@ -3,7 +3,7 @@ From gpfsl.logic Require Export na_invariants.
...
@@ -3,7 +3,7 @@ From gpfsl.logic Require Export na_invariants.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
prelude
Require
Import
options
.
From
iris
.
prelude
Require
Import
options
.
Definition
na_bor
`{
!
invGS
Σ
,
!
lftG
Σ
View
userE
,
na_invG
View
bot
Σ
}
Definition
na_bor
{
View
}
`{
!
invGS
Σ
,
!
lftG
Σ
View
userE
,
na_invG
View
bot
Σ
}
(
κ
:
lft
)
(
tid
:
na_inv_pool_name
)
(
N
:
namespace
)
(
P
:
monPred
_
_)
:=
(
κ
:
lft
)
(
tid
:
na_inv_pool_name
)
(
N
:
namespace
)
(
P
:
monPred
_
_)
:=
(
∃
i
,
&
{
κ
,
i
}
P
∗
na_inv
tid
N
(
idx_bor_own
i
))
%
I
.
(
∃
i
,
&
{
κ
,
i
}
P
∗
na_inv
tid
N
(
idx_bor_own
i
))
%
I
.
...
@@ -11,7 +11,7 @@ Notation "&na{ κ , tid , N }" := (na_bor κ tid N)
...
@@ -11,7 +11,7 @@ Notation "&na{ κ , tid , N }" := (na_bor κ tid N)
(
format
"&na{ κ , tid , N }"
)
:
bi_scope
.
(
format
"&na{ κ , tid , N }"
)
:
bi_scope
.
Section
na_bor
.
Section
na_bor
.
Context
`{
!
invGS
Σ
,
!
lftG
Σ
View
userE
,
na_invG
View
bot
Σ
}
Context
{
View
}
`{
!
invGS
Σ
,
!
lftG
Σ
View
userE
,
na_invG
View
bot
Σ
}
(
tid
:
na_inv_pool_name
)
(
N
:
namespace
)
.
(
tid
:
na_inv_pool_name
)
(
N
:
namespace
)
.
Global
Instance
na_bor_ne
κ
n
:
Proper
(
dist
n
==>
dist
n
)
(
na_bor
κ
tid
N
)
.
Global
Instance
na_bor_ne
κ
n
:
Proper
(
dist
n
==>
dist
n
)
(
na_bor
κ
tid
N
)
.
...
...
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