Skip to content
Snippets Groups Projects
Commit e1764691 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Fix typo.

parent 0abc7f0f
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,7 @@ Proof. intros. by rewrite /FromAnd big_opL_app always_and_sep_l. Qed.
(* TODO: Worst case there could be a lot of backtracking on these instances,
try to refactor. *)
Global Instance is_op_pair {A B : cmraT} (a b1 b2 : A) (a' b1' b2' : B) :
IsOp' a b1 b2 IsOp a' b1' b2' IsOp' (a,a') (b1,b1') (b2,b2').
IsOp a b1 b2 IsOp a' b1' b2' IsOp' (a,a') (b1,b1') (b2,b2').
Proof. by constructor. Qed.
Global Instance is_op_pair_persistent_l {A B : cmraT} (a : A) (a' b1' b2' : B) :
Persistent a IsOp a' b1' b2' IsOp' (a,a') (a,b1') (a,b2').
......
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