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

pair_valid

parent 25b98a82
No related branches found
No related tags found
No related merge requests found
......@@ -1116,6 +1116,8 @@ Section prod.
Lemma pair_op (a a' : A) (b b' : B) : (a, b) (a', b') = (a a', b b').
Proof. done. Qed.
Lemma pair_valid (a : A) (b : B) : (a, b) a b.
Proof. done. Qed.
Global Instance prod_cmra_total : CmraTotal A CmraTotal B CmraTotal prodR.
Proof.
......
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