Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
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
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
Dan Frumin
iris-coq
Commits
85b06738
Commit
85b06738
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
doc introduction for ownp
parent
cceb5c12
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/program_logic/ownp.v
+9
-0
9 additions, 0 deletions
theories/program_logic/ownp.v
with
9 additions
and
0 deletions
theories/program_logic/ownp.v
+
9
−
0
View file @
85b06738
...
@@ -5,6 +5,15 @@ From iris.algebra Require Import auth.
...
@@ -5,6 +5,15 @@ From iris.algebra Require Import auth.
From
iris
.
proofmode
Require
Import
tactics
classes
.
From
iris
.
proofmode
Require
Import
tactics
classes
.
Set
Default
Proof
Using
"Type"
.
Set
Default
Proof
Using
"Type"
.
(
**
This
module
provides
an
interface
to
handling
ownership
of
the
global
state
that
works
more
like
Iris
2.0
did
.
The
state
interpretation
(
in
WP
)
is
fixed
to
be
authoritative
ownership
of
the
entire
state
(
using
the
[
excl
]
RA
).
Users
can
then
put
the
corresponding
fragment
into
an
invariant
on
their
own
to
establish
a
more
interesting
notion
of
ownership
,
such
as
the
standard
heap
with
disjoint
union
.
*
)
Class
ownPG
(
Λ
:
language
)
(
Σ
:
gFunctors
)
:=
OwnPG
{
Class
ownPG
(
Λ
:
language
)
(
Σ
:
gFunctors
)
:=
OwnPG
{
ownP_invG
:
invG
Σ
;
ownP_invG
:
invG
Σ
;
ownP_inG
:>
inG
Σ
(
authR
(
optionUR
(
exclR
(
stateC
Λ
))));
ownP_inG
:>
inG
Σ
(
authR
(
optionUR
(
exclR
(
stateC
Λ
))));
...
...
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