Print trivial groups with 0 or >=1 generators differently? #2036
Labels
good first issue
Issues that can be understood and addressed by newcomers to GAP development
kind: enhancement
Label for issues suggesting enhancements; and for pull requests implementing enhancements
This was suggested on issue #1239 by @laurentbartholdi
Right now, trivial groups with zero generators are printed/viewed/displayed just like those with >= 1 generators:
The first suggestion then is to print them differently: The output of
Print
andPrintString
(and possibly alsoString
,Display
,DisplayString
could/should be so that reading it back into GAP recreates the original group. So the two groups in the examples would be different.The second suggestion is to have
ViewObj
andViewString
show both groups asGroup()
.The text was updated successfully, but these errors were encountered: