Bases: sage.categories.category_types.Category_over_base_ring
The category of graded coalgebras
EXAMPLES:
sage: GradedCoalgebras(ZZ)
Category of graded coalgebras over Integer Ring
sage: GradedCoalgebras(ZZ).super_categories()
[Category of graded modules over Integer Ring, Category of coalgebras over Integer Ring]
TESTS:
sage: TestSuite(GradedCoalgebras(ZZ)).run()
EXAMPLES:
sage: GradedCoalgebras(QQ).super_categories()
[Category of graded modules over Rational Field, Category of coalgebras over Rational Field]