Function walk_free_variables

Source
pub fn walk_free_variables<F>(root: Expr, func: F)
where F: FnMut(FreeVar),