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 vs AlgHom
  • mazes of coercions between AlgEquiv and LinearMap
  • defeqs not matching between module and algebra tensor product This also corrects an accidental mis-statement of Algebra.TensorProduct.assoc_tmul.

Estimated changes