Skip to content

Commit

Permalink
Update theories/Categories/Monoidal/MonoidalCategory.v
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Gross <jasongross9@gmail.com>
  • Loading branch information
Patrick Nicodemus and JasonGross authored May 16, 2022
1 parent 9b8f062 commit b0cacec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Categories/Monoidal/MonoidalCategory.v
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Section MonoidalCategoryConcepts.
Variable tensor : ((C * C) -> C)%category.
Variable I : C.

Local Notation "A ⊗ B" := (tensor (Datatypes.pair A B)) (at level 45, left associativity).
Local Notation "A ⊗ B" := (tensor (Datatypes.pair A B)).

Local Open Scope functor_scope.
Definition right_assoc := (tensor ∘ (Functor.Prod.pair 1 tensor) )%functor.
Expand Down

0 comments on commit b0cacec

Please sign in to comment.