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.
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Require Export Adjoint.Notations. Require Import Basics.Utf8. Infix "⊣" := Adjunction : type_scope. Infix "∘" := compose : adjunction_scope. (** It would be nice to put [, format "A 'ᵒᵖ'"] here, but that would make this notation unparseable. *) Notation "A 'ᵒᵖ'" := (opposite A) : adjunction_scope.