From 693458bb4800fe1223049c52a9f61b935e830c79 Mon Sep 17 00:00:00 2001
From: "Paolo G. Giarrusso" <p.giarrusso@gmail.com>
Date: Tue, 9 Aug 2022 09:22:53 +0200
Subject: [PATCH] set_bind_subset -> set_bind_mono

---
 theories/fin_sets.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theories/fin_sets.v b/theories/fin_sets.v
index 3ffb9ed6..96c28b3c 100644
--- a/theories/fin_sets.v
+++ b/theories/fin_sets.v
@@ -467,7 +467,7 @@ Section set_bind.
   Global Instance set_bind_proper : Proper (pointwise_relation _ (≡) ==> (≡) ==> (≡)) set_bind.
   Proof. unfold pointwise_relation; intros f1 f2 Hf X1 X2 HX. set_solver. Qed.
 
-  Global Instance set_bind_subset : Proper (pointwise_relation _ (⊆) ==> (⊆) ==> (⊆)) set_bind.
+  Global Instance set_bind_mono : Proper (pointwise_relation _ (⊆) ==> (⊆) ==> (⊆)) set_bind.
   Proof. unfold pointwise_relation; intros f1 f2 Hf X1 X2 HX. set_solver. Qed.
 
   Lemma set_bind_ext (f g : A → SB) (X Y : C) :
-- 
GitLab