pub fn to_eq_neg<A: Prop, B: Prop>((f0, f1): And<Not<A>, Not<B>>) -> Eq<A, B>
Expand description

(¬a ∧ ¬b) => (a = b).