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

Fix implicit arguments of dec_agreeC.

parent 59ed49fb
No related branches found
No related tags found
No related merge requests found
......@@ -59,4 +59,5 @@ Lemma dec_agree_op_inv (x1 x2 : dec_agree A) : ✓ (x1 ⋅ x2) → x1 = x2.
Proof. destruct x1, x2; by repeat (simplify_eq/= || case_match). Qed.
End dec_agree.
Arguments dec_agreeC : clear implicits.
Arguments dec_agreeR _ {_}.
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