The category of graded coalgebras
EXAMPLES:
sage: C = GradedCoalgebras(QQ); C
Join of Category of graded modules over Rational Field
and Category of coalgebras over Rational Field
sage: C is Coalgebras(QQ).Graded()
True
TESTS:
sage: TestSuite(C).run()