-
Notifications
You must be signed in to change notification settings - Fork 295
feat(category_theory/category/Pointed): Pointed
is a monoidal category
#15390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sensible to me!
We discussed this offline, but for the sake of a record, the equivalence |
Seems to have been a spurious CI failure, and I couldn't re-run failed jobs, so I've merge master to restart CI. |
bors d+ |
✌️ YaelDillies can now approve this pull request. To approve and merge a pull request, simply reply with |
Let me just say that since Bhavik's last review we figured out that this isn't the usual literature tensor operation on |
Options:
I'm inclined to drop: this construction would probably be better done as defining |
Provide the
monoidal_category
andsymmetric_category
instances forPointed
.This is mostly an exercise for me to see whether I understand monoidal categories. Please suggest missing API. I tried to do the same for
PartialFun
over at branchPartialFun_monoidal
butobviously
timed out.Can I somehow use thatNo, because that doesn't give the right monoidal structure.PartialFun ≌ Pointed
to transfer the monoidal structure?