chore(library/init/meta/interactive): remove TODO
We now have `whnf_ginductive`
This commit is contained in:
parent
49e7a642c3
commit
623ff2454b
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ do
|
|||
(e, newvars, locals) ← do {
|
||||
none ← pure rec_name | pure (e, [], []),
|
||||
t ← infer_type e,
|
||||
-- TODO(Kha): `t ← whnf_ginductive t,`
|
||||
t ← whnf_ginductive t,
|
||||
const n _ ← pure t.get_app_fn | pure (e, [], []),
|
||||
env ← get_env,
|
||||
tt ← pure $ env.is_inductive n | pure (e, [], []),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue