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.
(** * Functor category *)
(** Since there are only notations in [FunctorCategory.Notations], we can just export those. *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
(** ** Definition *) Require FunctorCategory.Core. (** ** Morphisms in a functor category *) Require FunctorCategory.Morphisms. (** ** Functoriality of [(_ → _)] *) Require FunctorCategory.Functorial. (** ** Opposite functor [(C → D) → (Cá”’á”– → Dá”’á”–)á”’á”–] *) Require FunctorCategory.Dual. Include FunctorCategory.Core. Include FunctorCategory.Morphisms. Include FunctorCategory.Functorial. Include FunctorCategory.Dual. (** We don't want to make utf-8 notations the default, so we don't export them. *)