G-Sets

sage.categories.g_sets.GSets

The category of \(G\)-sets, for a group \(G\).

EXAMPLES:

sage: S = SymmetricGroup(3)
sage: GSets(S)
Category of G-sets for Symmetric group of order 3! as a permutation group

TODO: should this derive from Category_over_base?