aboutsummaryrefslogtreecommitdiff
path: root/Preorder/Primitive/Monoidal.agda
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-01-07 11:41:01 -0600
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-01-07 11:41:01 -0600
commitfc941b6d2e2293d9d9e096519eac708ae3b0aa0a (patch)
treeefa253dd238ba7484c958099078d6f267b059bea /Preorder/Primitive/Monoidal.agda
parent4326ca8d5b9386a480303418fb3e57b9054213f0 (diff)
Add SMP to commutative monoids functor
Diffstat (limited to 'Preorder/Primitive/Monoidal.agda')
-rw-r--r--Preorder/Primitive/Monoidal.agda2
1 files changed, 1 insertions, 1 deletions
diff --git a/Preorder/Primitive/Monoidal.agda b/Preorder/Primitive/Monoidal.agda
index af57b70..86c6b25 100644
--- a/Preorder/Primitive/Monoidal.agda
+++ b/Preorder/Primitive/Monoidal.agda
@@ -52,7 +52,7 @@ record Symmetric {c ℓ : Level} {P : Preorder c ℓ} (M : Monoidal P) : Set (c
open Preorder P
field
- symmetric : (x y : Carrier) → x ⊗ y ≲ y ⊗ x
+ symmetry : (x y : Carrier) → x ⊗ y ≲ y ⊗ x
record MonoidalPreorder (c ℓ : Level) : Set (suc (c ⊔ ℓ)) where