pub fn apply_substitution(ty: &Type, subst: &Substitution) -> TypeExpand description
Apply a substitution to a type, replacing Var(id) with mapped types.
pub fn apply_substitution(ty: &Type, subst: &Substitution) -> TypeApply a substitution to a type, replacing Var(id) with mapped types.