Commit 2022-09-15 04:19 d1ab5252
View on Github →chore: simp with clauses are no longer needed (#409)
Some mathport syntax cleanup:
- use
simpArgsinstead of[simpArg,*] - use
dsimpArg/dsimpArgsinstead ofsimpArg(excludes*) for consistency with core - remove
simp',dsimp'which are no longer needed since all features exist upstream - mark
rw_searchas "skip" since it is no longer attested in mathlib - remove
squeeze_simp, it overlaps withsimp?in functionality so we'll just make one thing that does both