pub fn to_de_morgan<A: Prop, B: Prop>(f: Or<Not<A>, Not<B>>) -> Not<And<A, B>>
Expand description

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