Commit 2023-10-13 13:56 7a8ef174
View on Github →feat: MonoidalCategory (AlgebraCat R)
(#7598)
Some of these proofs are a little awkward as they have to fight with:
- non-reducible type issues with
Quiver.Hom
vsAlgHom
- mazes of coercions between
AlgEquiv
andLinearMap
- defeqs not matching between module and algebra tensor product
This also corrects an accidental mis-statement of
Algebra.TensorProduct.assoc_tmul
.