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 ingetAppFnArgs
matching was wrong (I only considered explicit ones there). Infact,structural?
is no longer needed since the matching is performed ineval
. Now themonoidalCoherence
isStructuralAtom
, notStructural
.Coherence.lean
: UnfoldingMonoidalCoherence.hom
bydsimp
at the beginning of the coherence tactic.