Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
b2b558ac
Commit
b2b558ac
authored
Aug 07, 2020
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add top-level coqdoc comment to excl_auth
parent
0e837bfd
Pipeline
#33006
passed with stage
in 20 minutes and 47 seconds
Changes
1
Pipelines
18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
theories/algebra/lib/excl_auth.v
theories/algebra/lib/excl_auth.v
+4
-0
No files found.
theories/algebra/lib/excl_auth.v
View file @
b2b558ac
...
...
@@ -2,6 +2,10 @@ From iris.algebra Require Export auth excl updates.
From
iris
.
algebra
Require
Import
local_updates
.
From
iris
.
base_logic
Require
Import
base_logic
.
(** Authoritative CMRA where the fragment is exclusively owned.
This is effectively a single "ghost variable" with two views, the frament [◯E a]
and the authority [●E a]. *)
Definition
excl_authR
(
A
:
ofeT
)
:
cmraT
:
=
authR
(
optionUR
(
exclR
A
)).
Definition
excl_authUR
(
A
:
ofeT
)
:
ucmraT
:
=
...
...
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