Bases: sage.categories.category.Category
The category of rngs associative rings, not necessarily commutative, and not necessarily with 1 This is a combination of an abelian group (+) and a semigroup (*), with * distributing over +
EXAMPLES:
sage: Rngs()
Category of rngs
sage: Rngs().super_categories()
[Category of commutative additive groups, Category of semigroups]
TESTS:
sage: TestSuite(Rngs()).run()
EXAMPLES:
sage: Rngs().super_categories()
[Category of commutative additive groups, Category of semigroups]