Skip to main content

comp_is_const

Function comp_is_const 

Source
pub fn comp_is_const<F: Prop, G: Prop>(
    a: IsConst<F>,
    b: IsConst<G>,
) -> IsConst<Comp<G, F>>
Expand description

is_const(f) ⋀ is_const(g) => is_const(g . f).