lean4-htt/src/Lean/Elab/PreDefinition/WF
Leonardo de Moura 2ef0146140 fix: avoid unnecessary matcheApp.addArgs at BRecOn and Fix
It fixes the following two cases from #998
```
attribute [simp] Lean.Export.exportName
attribute [simp] Lean.Export.exportLevel
```
2022-02-08 15:06:14 -08:00
..
Eqns.lean feat: use splitTarget? when proving equation theorems for recursive definitions 2022-02-08 12:53:09 -08:00
Fix.lean fix: avoid unnecessary matcheApp.addArgs at BRecOn and Fix 2022-02-08 15:06:14 -08:00
Main.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
PackDomain.lean feat: preserve variable names when packing domain 2021-12-17 07:10:26 -08:00
PackMutual.lean fix: preserve user variable names in decreasing goals 2021-10-06 18:45:48 -07:00
Rel.lean fix: matching inside new termination_by 2022-01-17 08:47:05 -08:00
TerminationHint.lean fix: expandTerminationByNonCore 2022-01-12 16:22:54 -08:00