Bases: sage.categories.category_types.Category_over_base_ring
The category of bialgebras with a distinguished basis
EXAMPLES:
sage: BialgebrasWithBasis(ZZ)
Category of bialgebras with basis over Integer Ring
sage: BialgebrasWithBasis(ZZ).super_categories()
[Category of algebras with basis over Integer Ring, Category of coalgebras with basis over Integer Ring, Category of bialgebras over Integer Ring]
TESTS:
sage: TestSuite(BialgebrasWithBasis(ZZ)).run()
EXAMPLES:
sage: BialgebrasWithBasis(QQ).super_categories()
[Category of algebras with basis over Rational Field, Category of coalgebras with basis over Rational Field, Category of bialgebras over Rational Field]