Bases: sage.categories.category_types.Category_over_base_ring
The category of right modules right modules over an rng (ring not necessarily with unit), i.e. an abelian group with right multiplation by elements of the rng
EXAMPLES:
sage: RightModules(QQ)
Category of right modules over Rational Field
sage: RightModules(QQ).super_categories()
[Category of commutative additive groups]
TESTS:
sage: TestSuite(RightModules(ZZ)).run()
EXAMPLES:
sage: RightModules(QQ).super_categories()
[Category of commutative additive groups]