Make `union_Some` a `
`, add `union_None` and `union_is_Some`.

All threads resolved!
All threads resolved!
Compare changes
+ 7
− 1
@@ -297,7 +297,7 @@ Global Instance option_difference_with {A} : DifferenceWith A (option A) := λ f
@@ -305,6 +305,12 @@ Proof. destruct my; done. Qed.