chore(library/compiler/lcnf): disable lambda eta-expansion during LCNF conversion
We should do it at `csimp`
This commit is contained in:
parent
27e6f7f424
commit
256112be5b
1 changed files with 0 additions and 1 deletions
|
|
@ -436,7 +436,6 @@ public:
|
|||
|
||||
expr visit_lambda(expr e, bool root) {
|
||||
lean_assert(is_lambda(e));
|
||||
e = type_checker(m_st, m_lctx).eta_expand(e);
|
||||
expr r;
|
||||
{
|
||||
flet<local_ctx> save_lctx(m_lctx, m_lctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue