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 functors *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Require Import Functor.Core Functor.Composition.Core Functor.Dual. Require Import Basics.Utf8. Infix "โˆ˜" := compose : functor_scope. Notation "F โ‚€ x" := (object_of F x) : object_scope. Notation "F โ‚ m" := (morphism_of F m) : morphism_scope. Notation "F 'แต’แต–'" := (opposite F) : functor_scope.