pub fn or_from_de_morgan<A: EProp, B: EProp>(
    p: Not<And<NN<A>, NN<B>>>
) -> Or<Not<A>, Not<B>>
Expand description

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