Function prop::fun::eq_app_comp

source ·
pub fn eq_app_comp<F: Prop, G: Prop, X: Prop>(
) -> Eq<App<G, App<F, X>>, App<Comp<G, F>, X>>
Expand description

(g . f)(x) == g(f(x)).