Commit 2024-05-07 01:05 21b3a48b

View on Github →

refactor: replace @[reducible] with abbrev (#12614) A test to see how many uses of @[reducible] in Mathlib can be replaced with abbrev. TODOs:

  • @[to_additive (attr := reducible)] def
  • attribute [reducible] ConcreteCategory.forget

Estimated changes