-
Notifications
You must be signed in to change notification settings - Fork 251
[ add ] commentary explaining the IsXRing
design problem (issues #1617 and #2771)
#2781
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
base: master
Are you sure you want to change the base?
Conversation
IsXRing
problem (issues #1617 and #2771)IsXRing
design problem (issues #1617 and #2771)
That Meta-issue why I'm keen to start on the stdlib design paper! We do have some design documentation in The 'real' solution to this problem would have us pull out the |
I did look in the |
I'd say copied there rather than moved. There are times when redundancy is good. |
I'll convert to |
…e `IsNearSemiring` typecheck
Originally posted by @JacquesCarette in #2771
This PR precisely attempts to offer such commentary in
Algebra.Structures
, but it's not clear that this is the right place to do it, nor that the 'first' instance of the phenomenon,IsNearSemiring
, is where users will find such explanation useful.Meta-issue: when we have a substantive
library-design
issue such as #1617, and its resolution in #1684 , how/where should we document it beyond the comment trail on GitHub?