Function prop::and::to_imply

source ·
pub fn to_imply<A: Prop, B: Prop>((a, nb): And<A, Not<B>>) -> Not<Imply<A, B>>
Expand description

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