diff --git a/theories/fin_sets.v b/theories/fin_sets.v index cab9674341fc025b1950ea702a423191c5e6e8b5..27cabd5f3935c9898361db418a0a335786ef1bc8 100644 --- a/theories/fin_sets.v +++ b/theories/fin_sets.v @@ -401,7 +401,7 @@ Section infinite. (** Properties about the [fresh] operation on finite sets *) Global Instance fresh_proper: Proper ((≡@{C}) ==> (=)) fresh. - Proof. unfold fresh, set_fresh. solve_proper. Qed. + Proof. unfold fresh, set_fresh. Morphisms.solve_proper. Qed. Lemma is_fresh X : fresh X ∉ X. Proof.