Skip to main content

expr_contains_fvar

Function expr_contains_fvar 

Source
pub fn expr_contains_fvar(expr: &Expr, fvars: &[FVarId]) -> bool
Expand description

Check if an expression contains any free variable in the given set.