Module docstring
{"# The category of functors and natural transformations between two fixed categories.
We provide the category instance on C ⥤ D, with morphisms the natural transformations.
At the end of the file, we provide the left and right unitors, and the associator, for functor composition. (In fact functor composition is definitionally associative, but very often relying on this causes extremely slow elaboration, so it is better to insert it explicitly.)
Universes
If C and D are both small categories at the same universe level,
this is another small category at that level.
However if C and D are both large categories at the same universe level,
this is a small category at the next higher level.
"}