Function prop::eq::modus_tollens

source ·
pub fn modus_tollens<A: Prop, B: Prop>((f0, f1): Eq<A, B>) -> Eq<Not<B>, Not<A>>
Expand description

(a == b) => (¬b == ¬a)