aboutsummaryrefslogtreecommitdiff
path: root/Adjoint/Instance/List.agda
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-12-10 13:38:10 -0600
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2025-12-10 13:38:10 -0600
commitc9da00d8069d77bc4cd253d1197983e87edd1d6f (patch)
treebe2a5db983d090338a258f4723f541ca9cfc2e2d /Adjoint/Instance/List.agda
parentd721f0a23f3b8c50fd1754c8958ac40b6f625cbd (diff)
Add free/forget multiset adjunction
Diffstat (limited to 'Adjoint/Instance/List.agda')
-rw-r--r--Adjoint/Instance/List.agda2
1 files changed, 1 insertions, 1 deletions
diff --git a/Adjoint/Instance/List.agda b/Adjoint/Instance/List.agda
index f3bf061..1b65985 100644
--- a/Adjoint/Instance/List.agda
+++ b/Adjoint/Instance/List.agda
@@ -1,6 +1,6 @@
{-# OPTIONS --without-K --safe #-}
-open import Level using (Level; _⊔_; suc; 0ℓ)
+open import Level using (Level; _⊔_; suc)
module Adjoint.Instance.List {ℓ : Level} where