Commit 2025-06-27 12:16 cf17ac4e
View on Github →chore: remove unused simp arguments (#26430)
This removes unused simp arguments flagged by Lean's new linter.unusedSimpArgs
.
This branch was created on nightly-testing, where we have the linter, and then rebased onto master
, resolving all merge conflicts to master’s code, so some might be left.
I used a python script to remove the reported simp arguments, and then manually fixed the breakage (mostly changing ← foo
to - foo
instead of removing it when needed).