We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629f00c commit 79afa5bCopy full SHA for 79afa5b
src/Function/Structures.agda
@@ -17,7 +17,7 @@ module Function.Structures {a b ℓ₁ ℓ₂}
17
{B : Set b} (_≈₂_ : Rel B ℓ₂) -- Equality over the codomain
18
where
19
20
-open import Data.Product.Base as Product using (∃; _×_; _,_; proj₁; proj₂)
+open import Data.Product.Base as Product using (∃; _×_; _,_)
21
open import Function.Base
22
open import Function.Consequences
23
open import Function.Definitions
0 commit comments