lean4
lean4 copied to clipboard
feat: add option `tactic.customEliminators` to be able to turn off custom eliminators for `induction` and `cases`
This was suggested by Scott Morrison to be able to help projects adjust to Nat having built-in custom eliminators.
Mathlib CI status (docs):
- 💥 Mathlib branch lean-pr-testing-3655 build failed against this PR. (2024-03-12 03:17:12) View Log
- ✅ Mathlib branch lean-pr-testing-3655 has successfully built against this PR. (2024-03-28 02:28:36) View Log
I think we can merge after resolving the conflict in RELEASES.md. It would be good to have this in 4.8.
@semorrison Updated