diff options
| author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2025-12-10 13:38:10 -0600 |
|---|---|---|
| committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2025-12-10 13:38:10 -0600 |
| commit | c9da00d8069d77bc4cd253d1197983e87edd1d6f (patch) | |
| tree | be2a5db983d090338a258f4723f541ca9cfc2e2d /Adjoint/Instance/List.agda | |
| parent | d721f0a23f3b8c50fd1754c8958ac40b6f625cbd (diff) | |
Add free/forget multiset adjunction
Diffstat (limited to 'Adjoint/Instance/List.agda')
| -rw-r--r-- | Adjoint/Instance/List.agda | 2 |
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 |
