added import to Qualifiers
This commit is contained in:
parent
c76da31328
commit
6428b87def
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ open Eq using (_≡_; refl)
|
|||
open import Data.Nat using (ℕ; zero; suc; _+_; _*_)
|
||||
open import Relation.Nullary using (¬_)
|
||||
open import Data.Product using (_×_; proj₁; proj₂) renaming (_,_ to ⟨_,_⟩)
|
||||
open import Data.Sum using (_⊎_)
|
||||
open import Data.Sum using (_⊎_; inj₁; inj₂)
|
||||
open import plfa.part1.Isomorphism using (_≃_; extensionality)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue