(** * Comma Categories *) (** Since there are only notations in [Comma.Notations], we can just export those. *) Local Set Warnings "-notation-overridden". Require Import Basics.Notations.(** ** 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. *)