Skip to content

Commit

Permalink
tweak long $== notation
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Apr 24, 2024
1 parent 85b9377 commit d6426eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/WildCat/Monoidal.v
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ Section TwistConstruction.
Local Infix "⊗R" := (fmap01 cat_tensor) (at level 40) : monoidal_scope.
Local Infix "⊗L" := (fmap10 cat_tensor) (at level 40) : monoidal_scope.
Local Notation "f ∘ g" := (f $o g) (at level 61, left associativity, format "f '/' '∘' g") : monoidal_scope.
Local Notation "f ~[ A ]~ g" := (GpdHom (A := A) f g)
(at level 62, format "'[v' '[v' f ']' '/' ~[ A ]~ '/' g ']'")
Local Notation "f $== g :> A" := (GpdHom (A := A) f g)
(at level 80, format "'[v' '[v' f ']' '/' $== '/' '[v' g ']' '/' :> '[' A ']' ']'")
: long_path_scope.
Local Open Scope monoidal_scope.

Expand Down

0 comments on commit d6426eb

Please sign in to comment.