aboutsummaryrefslogtreecommitdiff
path: root/Functor/Free/Instance/InducedSetoid.agda
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-01-07 10:12:13 -0600
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2026-01-07 10:12:13 -0600
commit8ec259bb32b4339b27560f5ea13afa81b9b8febc (patch)
treef8b860c07c3da42f7ad078413700c347adbfd9d5 /Functor/Free/Instance/InducedSetoid.agda
parentaecb9a5862a9082909c902307974e7ca85463bb9 (diff)
Differentiate lax and strong monoidal monotones
Diffstat (limited to 'Functor/Free/Instance/InducedSetoid.agda')
-rw-r--r--Functor/Free/Instance/InducedSetoid.agda2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functor/Free/Instance/InducedSetoid.agda b/Functor/Free/Instance/InducedSetoid.agda
index 08b65e3..83aaedf 100644
--- a/Functor/Free/Instance/InducedSetoid.agda
+++ b/Functor/Free/Instance/InducedSetoid.agda
@@ -6,7 +6,7 @@ module Functor.Free.Instance.InducedSetoid where
open import Categories.Category.Instance.Setoids using (Setoids)
open import Categories.Functor using (Functor)
-open import Category.Instance.Preorders.Primitive using (Preorders)
+open import Category.Instance.Preorder.Primitive.Preorders using (Preorders)
open import Function using (Func)
open import Level using (Level)
open import Preorder.Primitive using (Preorder; module Isomorphism)