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.
(** * Unicode notations for natural transformations *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Require Import NaturalTransformation.Composition.Core NaturalTransformation.Dual. Require Import Basics.Utf8. Infix "∘" := compose : natural_transformation_scope. Infix "∘ˡ" := whisker_l : natural_transformation_scope. Infix "∘ʳ" := whisker_r : natural_transformation_scope. Notation "T 'ᵒᵖ'" := (opposite T) : natural_transformation_scope.