Skip to main content

rename_var_in_expr

Function rename_var_in_expr 

Source
pub fn rename_var_in_expr(expr: &VerifyExpr, from: &str, to: &str) -> VerifyExpr
Expand description

Rename a variable in a VerifyExpr (simple textual substitution). Recursively traverses ALL variants — no silent drops.