MonoidalCategory#
- class discopy.abc.MonoidalCategory[source]#
Bases:
Category,GenericA monoidal category is a
Categorywith a methodtensorfor both its objects and its morphisms.This base class also implements syntactic sugar
@for whiskering.
Bases: Category, Generic
A monoidal category is a Category with a method tensor for
both its objects and its morphisms.
This base class also implements syntactic sugar @ for whiskering.