Function prop::and::to_imply

source · []
pub fn to_imply<A: DProp, B: DProp>(f: And<A, Not<B>>) -> Not<Imply<A, B>>
Expand description

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