Type Definition prop::quality::Aq

source ·
pub type Aq<A, B> = And<Eq<A, B>, And<Qu<Not<A>>, Qu<Not<B>>>>;
Expand description

Aquality definition (a ~¬~ b) == ((a == b) ⋀ ~¬a ⋀ ~¬b).