Skip to content
Snippets Groups Projects
Commit b2b558ac authored by Ralf Jung's avatar Ralf Jung
Browse files

add top-level coqdoc comment to excl_auth

parent 0e837bfd
No related branches found
No related tags found
No related merge requests found
......@@ -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 :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment