Closed CunningGabe closed 2 years ago
It turns out that the only place IsSggi is used as an argument type is in IsQuotient. This tests whether one Sggi is a quotient of the other in the usual way; i.e. sending generators to generators. I think we probably want to keep this function as it is. So we can either:
I think I'd move the type portion of sggi.gd into types.gd.
I can't figure out how to do this gracefully without messing up the documentation. I'm going to close this as "not a big deal".
Anything that has an argument of type IsSggi should be changed to IsGroup and then check IsSggi.