Bases: sage.categories.category_types.Category_over_base_ring
The category of all monoid algebras over a given base ring.
EXAMPLES:
sage: MonoidAlgebras(GF(2))
Category of monoid algebras over Finite Field of size 2
TESTS:
sage: TestSuite(MonoidAlgebras(ZZ)).run()
EXAMPLES:
sage: MonoidAlgebras(QQ).super_categories()
[Category of algebras over Rational Field]