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.
(** * Notations for functors *)
Require Import Basics.Notations.
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Require Functor.Core. Require Functor.Dual. Require Functor.Identity. Require Functor.Prod. Require Functor.Sum. Include Functor.Composition.FunctorCompositionNotations. Include Functor.Core.FunctorCoreNotations. Include Functor.Dual.FunctorDualNotations. Include Functor.Identity.FunctorIdentityNotations. Include Functor.Prod.FunctorProdNotations. Include Functor.Sum.FunctorSumNotations.