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

Fix typo.

parent 1eba7121
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ Section frac_auth.
IsOp q q1 q2 IsOp a a1 a2 IsOp' (◯!{q} a) (◯!{q1} a1) (◯!{q2} a2).
Proof. by rewrite /IsOp' /IsOp=> /leibniz_equiv_iff -> ->. Qed.
Global Instance is_op_frac_auth_persistent (q q1 q2 : frac) (a : A) :
Global Instance is_op_frac_auth_core_id (q q1 q2 : frac) (a : A) :
CoreId a IsOp q q1 q2 IsOp' (◯!{q} a) (◯!{q1} a) (◯!{q2} a).
Proof.
rewrite /IsOp' /IsOp=> ? /leibniz_equiv_iff ->.
......
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