chore: use forallTelescope rather than forallTelescopeReducing (#10073)
This commit is contained in:
parent
4a7def9e5f
commit
91a2de1e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ where fillCache : CoreM IRType := do
|
|||
for ctorName in ctorNames do
|
||||
let some (.ctorInfo ctorInfo) := env.find? ctorName | unreachable!
|
||||
let hasRelevantField ← Meta.MetaM.run' <|
|
||||
Meta.forallTelescopeReducing ctorInfo.type fun params _ => do
|
||||
Meta.forallTelescope ctorInfo.type fun params _ => do
|
||||
for field in params[ctorInfo.numParams...*] do
|
||||
let fieldType ← field.fvarId!.getType
|
||||
let lcnfFieldType ← LCNF.toLCNFType fieldType
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue