Function prop::eq::neq_symmetry

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

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