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

Correct implicit arguments dec_agree.

parent ae4262a1
No related branches found
No related tags found
No related merge requests found
......@@ -52,5 +52,6 @@ Proof. destruct x; by repeat (simplify_eq/= || case_match). Qed.
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_agreeRA _ {_}.
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