Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
46ca1ffc
Commit
46ca1ffc
authored
Jun 17, 2016
by
Robbert Krebbers
Browse files
Fix implicit arguments of dec_agreeC.
parent
59ed49fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/dec_agree.v
View file @
46ca1ffc
...
...
@@ -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
_
{
_
}.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment