This PR adds a module `Lean.Util.CollectLooseBVars` with a function `Expr.collectLooseBVars` that collects the set of loose bound variables in an expression. That is, it computes the set of all `i` such that `e.hasLooseBVar i` is true. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lean-toolchain | ||