Function prop::fun::comp_assoc

source ·
pub fn comp_assoc<F: Prop, G: Prop, H: Prop>(
) -> Eq<Comp<H, Comp<G, F>>, Comp<Comp<H, G>, F>>
Expand description

h . (g . f) == (h . g) . f.