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

add comment on dec_agree in evmap

parent a50a88fc
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,11 @@ From iris.algebra Require deprecated. ...@@ -6,6 +6,11 @@ From iris.algebra Require deprecated.
From iris.proofmode Require Import tactics. From iris.proofmode Require Import tactics.
Export deprecated.dec_agree. Export deprecated.dec_agree.
(* Porting this to algebra.agree does not really work well because the
map from K to (Q * agree A) is part of the interface of this file.
This file should either be ditched or raised to a higher level
of abstraction, i.e., work on a map from K to A and use fmap
for the thing that's owned. *)
Section evmap. Section evmap.
Context (K A: Type) (Q: cmraT) `{Countable K, EqDecision A}. Context (K A: Type) (Q: cmraT) `{Countable K, EqDecision A}.
......
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