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.
(** * Profunctors *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
(** ** Definition *) Require Profunctor.Core. (** ** Identity Profunctor *) Require Profunctor.Identity. (** ** Representable Profunctors *) Require Profunctor.Representable. Include Profunctor.Core. Include Profunctor.Representable. Include Profunctor.Identity.