-
Notifications
You must be signed in to change notification settings - Fork 247
Should Modules have raw bundles? #1828
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
Comments
Further question: should there be a distinct |
So in general, if two structures have the same signature but different laws then we only have a single raw bundle for them. |
In this case we should probably remove |
I, too would feel bad, especially for the interaction with #1898 ... and the fact that ... but perhaps I am missing the force both of @MatthewDaggitt 's comment, and yours. But in practical terms, if I were working with modules, I shouldn't want to be dropping down into substructures for the sake of stdlib style conventions. |
Any progress on this @Taneb ? |
I've just independently re-motivated myself for this. Going to give it another push, hopefully won't take long. |
Currently, for each bundle defined in
Algebra.Bundles
, there is a corresponding raw bundle, consisting of the operations but without the laws. The same is not true forAlgebra.Module.Bundles
. Should they be added?The text was updated successfully, but these errors were encountered: