fix the proof of find_uniq under mathcomp version 1.8
Compare changes
+ 5
− 3
@@ -51,9 +51,11 @@ Section find_seq.
The proof got stuck at the goal of
{in l1, forall x0 : T, x0 != x}
which requires unfolding of prop_in1 to get at the x0 before intros can be effective.