Function prop::not::eq

source ·
pub fn eq<A: Prop, B: Prop>(x: Eq<A, B>) -> Eq<Not<A>, Not<B>>
Expand description

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