-
-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different Monoids share the same name #39144
Comments
Due to sagemath#39144
And
|
I would exactly this behavior, because F and G are the same monoid. |
Isn't this just because of the unique parent condition? In practice most people don't rename things around like this. On the other hand… yes, this just reinforces why things with mutable states are not a particularly good idea. Maybe we can make |
My
I guess this is where my confusion came from: if they have different names, then I wouldn't consider But if it's by design, then we can close this issue. |
Steps To Reproduce
Expected Behavior
Last call should return
Free monoid on 3 generators (x0, x1, x2)
Actual Behavior
Gives the name
F
Additional Information
Is this the expected behavior?
Environment
Latest
Checklist
The text was updated successfully, but these errors were encountered: