Conversation
Co-authored-by: jamesmckinna <31931406+jamesmckinna@users.noreply.github.com>
Co-authored-by: jamesmckinna <31931406+jamesmckinna@users.noreply.github.com>
Co-authored-by: jamesmckinna <31931406+jamesmckinna@users.noreply.github.com>
Need to build on it.
…of a Ring, properly renamed.
|
Co-authored-by: jamesmckinna <31931406+jamesmckinna@users.noreply.github.com>
Co-authored-by: jamesmckinna <31931406+jamesmckinna@users.noreply.github.com>
jamesmckinna
left a comment
There was a problem hiding this comment.
Thanks for incorporating my nitpick suggestions.
|
Guessing that this PR hints that we should perhaps also have/need the intermediate extension to |
|
Yes, there is quite a lot that can be done in this vein. We should be careful not to have perfect be the enemy of definite-improvement... |
Yeah, not my intention at all to obstruct this PR with demands for more here... but elsewhere, in due course, definitely! |
|
I guess, strictly speaking, neither you nor @Taneb are blocking this on requiring more features... |
|
Absolutely not blocking from me! but... maybe a rebase against the new |
|
That's why it's Draft, I need to do at least those changes. |
|
Suggest a rebase to bring this up-to-date with everything that has happened so far, esp. if you want this for v2.4 |
|
@JacquesCarette If you fix up the merge conflicts, happy to merge this in. |
|
|
||
| open PM +-monoid public | ||
| using () | ||
| renaming ( ε-unique to 0#-unique; ε-comm to 0#-comm |
There was a problem hiding this comment.
After rebasing against current master versions of Algebra.Properties.Monoid, this should better be:
| renaming ( ε-unique to 0#-unique; ε-comm to 0#-comm | |
| renaming ( ε-unique to 0#-unique; ε-central to 0#-central |
|
|
||
| open PM *-monoid public | ||
| using () | ||
| renaming ( ε-unique to 1#-unique; ε-comm to 1#-comm |
There was a problem hiding this comment.
Ditto
| renaming ( ε-unique to 1#-unique; ε-comm to 1#-comm | |
| renaming ( ε-unique to 1#-unique; ε-central to 1#-central |
|
As with #2851 could we aim to finish this for v2.4, and then take stock/rationalise/refactor as part of the larger-scale |
|
Yes, I'll try to deal with the conflicts soon. First, I need to catch up on what's been going on in |
Reasoning combinators for monoid, renamed and adapted for Ring. Builds on #2692 .