fix(frontends/lean/decl_util): bug at add_local_ref
This commit is contained in:
parent
bc5504b482
commit
f1a244b858
1 changed files with 0 additions and 1 deletions
|
|
@ -275,7 +275,6 @@ void elaborate_params(elaborator & elab, buffer<expr> const & params, buffer<exp
|
|||
}
|
||||
|
||||
environment add_local_ref(parser & p, environment const & env, name const & c_name, name const & c_real_name, buffer<name> const & lp_names, buffer<expr> const & var_params) {
|
||||
if (!p.has_params()) return env;
|
||||
buffer<expr> params;
|
||||
buffer<name> lps;
|
||||
for (name const & u : lp_names) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue