Commit 2024-03-12 20:09 d73713b9
View on Github →refactor: generalize universes for colimits in Type (#11148)
This is a smaller version of #7020. Before this PR, for limits, we gave instances for small indexing categories, but for colimits, we gave instances for TypeMax
. This PR changes so that we give instances for small indexing categories in both cases. This is more general and also more uniform.