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.
(** * Comma Categories *)
(** Since there are only notations in [Comma.Notations], we can just export those. *)
Local Set Warnings Append "-notation-overridden".
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
(** ** Definitions *) Require Comma.Core. (** ** Duals *) Require Comma.Dual. (** ** Projection functors *) Require Comma.Projection. Require Comma.InducedFunctors. (** ** Functoriality *) Require Comma.ProjectionFunctors. Require Comma.Functorial. Include Comma.Core. Include Comma.Dual. Include Comma.Projection. Include Comma.InducedFunctors. Include Comma.ProjectionFunctors. Include Comma.Functorial. (** We don't want to make utf-8 notations the default, so we don't export them. *)