Function prop::queenity::transitivity

source ·
pub fn transitivity<A: Prop, B: Prop, C: Prop>(
    Sq: Sq<A, B>,
    Sq: Sq<B, C>
) -> Sq<A, C>
Expand description

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