Commit 2024-09-09 01:17 be23ec97
View on Github →chore(Tactic/CategoryTheory): fix meta code for monoidal categories (#15335) Several bug fixes and simple refactoring. The main changes:
Monoidal.lean: Instructural?, the number of arguments ingetAppFnArgsmatching was wrong (I only considered explicit ones there). Infact,structural?is no longer needed since the matching is performed ineval. Now themonoidalCoherenceisStructuralAtom, notStructural.Coherence.lean: UnfoldingMonoidalCoherence.hombydsimpat the beginning of the coherence tactic.