diff options
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 |
