-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Something I've noticed, especially when dealing with limits, colimits and ends is that you occasionally want to state that a particular thing is the limit (/colimit/end) of a diagram, instead of merely stating that an end exists. This exists for the very specific limits Terminal
and Initial
(in the form of IsTerminal
and IsInitial
) but I think it would make sense for all limit-y things.
This is especially important when converting between different kinds of limit-y objects. E.g. limits -> ends, initial objects -> colimits, etc.
Metadata
Metadata
Assignees
Labels
No labels