Built with Alectryon, running Coq+SerAPI v8.18.0+0.18.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
(** * Functors involving product categories, and their properties *)
(** ** Definitions of various functors *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
(** ** Universal property *) Require Functor.Prod.Universal. (** ** Functoriality *) Require Functor.Prod.Functorial. Include Functor.Prod.Core. Include Functor.Prod.Universal. Include Functor.Prod.Functorial. Module Export FunctorProdNotations. Include Functor.Prod.Core.FunctorProdCoreNotations. End FunctorProdNotations.