diff --git a/theories/collections.v b/theories/collections.v index a4d6a2353b00fa69fa2c58623721b916808895e1..da7ecf8d1470748eb1fd8ccee4f7765181c14827 100644 --- a/theories/collections.v +++ b/theories/collections.v @@ -63,7 +63,7 @@ Section simple_collection. Global Instance elem_of_proper : Proper ((=) ==> (≡) ==> iff) (@elem_of A C _) | 5. Proof. intros ???; subst. firstorder. Qed. - Global Instance disjoint_prope : Proper ((≡) ==> (≡) ==> iff) (@disjoint C _). + Global Instance disjoint_proper: Proper ((≡) ==> (≡) ==> iff) (@disjoint C _). Proof. intros ??????. by rewrite !elem_of_disjoint; setoid_subst. Qed. Lemma elem_of_union_list Xs x : x ∈ ⋃ Xs ↔ ∃ X, X ∈ Xs ∧ x ∈ X. Proof.