Skip to content

Commit 79afa5b

Browse files
committed
fix: streamlining
1 parent 629f00c commit 79afa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function/Structures.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Function.Structures {a b ℓ₁ ℓ₂}
1717
{B : Set b} (_≈₂_ : Rel B ℓ₂) -- Equality over the codomain
1818
where
1919

20-
open import Data.Product.Base as Product using (∃; _×_; _,_; proj₁; proj₂)
20+
open import Data.Product.Base as Product using (∃; _×_; _,_)
2121
open import Function.Base
2222
open import Function.Consequences
2323
open import Function.Definitions

0 commit comments

Comments
 (0)