Skip to main content

compose_subst

Function compose_subst 

Source
pub fn compose_subst(a: Subst, b: Subst) -> Subst
Expand description

Compose substitutions a after b.

If t.apply(&b) is “apply b first”, then: t.apply(&compose_subst(a, b)) == t.apply(&b).apply(&a).