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.
(** * Adjunction composition *)
(** ** Definition *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
(** ** Associativity *) Require Adjoint.Composition.AssociativityLaw. (** * Left and right identity laws *) Require Adjoint.Composition.IdentityLaws. Include Adjoint.Composition.Core. Include Adjoint.Composition.AssociativityLaw. Include Adjoint.Composition.IdentityLaws. Module Export AdjointCompositionNotations. Include AdjointCompositionCoreNotations. End AdjointCompositionNotations.