feat(Order/Monoid/Unbundled): make mulLeftMono_of_mulLeftStrictMono and mulRightMono_of_mulRightStrictMono instances. - #42456
Conversation
PR summary dc3116dcc4Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
🚨 PR Title Needs FormattingPlease update the title to match our commit style conventions. Errors from script: Details on the required title formatThe title should fit the following format:
|
mulLeftMono_of_mulLeftStrictMono and mulRightMono_of_mulRightStrictMono instances. mulLeftMono_of_mulLeftStrictMono and mulRightMono_of_mulRightStrictMono instances.
|
One thing that came to my attention after discussing with Claude is that this change may create an instance loop because we have and and this may waste heartbeats. Not sure if it matters in the big picture. I made a gist report in case someone more knowledgeable than myself wants to have a look: https://gist.github.com/homeowmorphism/5d1f1f699df9a448dedecd2643b2f737. |
In response to feedback on #41505 (comment).