Module docstring
{"# Over and under categories
Over (and under) categories are special cases of comma categories.
* If L is the identity functor and R is a constant functor, then Comma L R is the \"slice\" or
\"over\" category over the object R maps to.
* Conversely, if L is a constant functor and R is the identity functor, then Comma L R is the
\"coslice\" or \"under\" category under the object L maps to.
Tags
Comma, Slice, Coslice, Over, Under
","This section proves various equalities between functors that
demonstrate, for instance, that over categories assemble into a
functor mapFunctor : T ⥤ Cat.
These equalities between functors are then converted to natural
isomorphisms using eqToIso. Such natural isomorphisms could be
obtained directly using Iso.refl but this method will have
better computational properties, when used, for instance, in
developing the theory of Beck-Chevalley transformations.
","This section proves various equalities between functors that
demonstrate, for instance, that under categories assemble into a
functor mapFunctor : Tᵒᵖ ⥤ Cat.
"}