Constructions like elim in Cubical.Categories.Constructions.Free.Category.Quiver are naturally formulated as constructing a global section over the free category. We can use reindex to make an elim that constructs a global section but this involves transports, so we should consider making a version that uses Reindex.Eq for cases where the functor is definitionally functorial.
Constructions like
elim
inCubical.Categories.Constructions.Free.Category.Quiver
are naturally formulated as constructing a global section over the free category. We can usereindex
to make anelim
that constructs a global section but this involves transports, so we should consider making a version that usesReindex.Eq
for cases where the functor is definitionally functorial.