Skip to main content

subst_app

Function subst_app 

Source
pub fn subst_app<F: Prop, A: Prop, B: Prop, C: Prop>() -> Eq<Subst<App<F, A>, B, C>, App<Subst<F, B, C>, Subst<A, B, C>>>
Expand description

f(a)[b := c] == f[b := c](a[b := c]).