-
Notifications
You must be signed in to change notification settings - Fork 246
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
Zero
objects in the Algebra.*
hierarchy
#1906
Comments
I think we should (not necessarily in the PR that closes this, but maybe) include the defining properties of these initial/terminal/zero objects, so for example for initial objects, that there is a unique homomorphism from them to any other object. Maybe this can go somewhere like |
|
@Taneb you're absolutely correct. I had held off pointing out the 'missing' universal constructions of the unique homomorphism, partly out of 'tact', partly out of not knowing exactly where the library designers think (and: can agree!) that such things should live (see previous discussion about Against @MatthewDaggitt 's concerns about potential deprecation of the |
Closed by #1902 |
Algebra.Construct.Zero
defines some zero objects (magma
,semiring
,band
) which are not zero objects, only terminal ones. Correspondingly, true zero objects defined there should also be re-exported as initial objects. Suggest a refactor to put things 'in the right place':Terminal
to introduce all the terminal algebras;Initial
andZero
;Magma
,Semigroup
,Band
inInitial
See PR #1902
The text was updated successfully, but these errors were encountered: