Skip to content

Commit 6141208

Browse files
committed
fix: dependencies
1 parent ad7af96 commit 6141208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Function/Structures.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ record IsInjection (to : A → B) : Set (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂) where
6060
open IsCongruent isCongruent public
6161

6262

63-
record IsSurjection (f : A B) : Set (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂) where
63+
record IsSurjection (f : A B ) : Set (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂) where
6464
field
6565
isCongruent : IsCongruent f
6666
surjective : Surjective _≈₁_ _≈₂_ f
@@ -103,7 +103,7 @@ record IsBijection (f : A → B) : Set (a ⊔ b ⊔ ℓ₁ ⊔ ℓ₂) where
103103
inverseʳ = S.inverseʳ injective Eq₁.refl Eq₂.trans
104104

105105
strictlyInverseʳ : StrictlyInverseʳ _≈₂_ section f
106-
strictlyInverseʳ = S.strictlyInverseʳ injective Eq₁.refl Eq₂.trans
106+
strictlyInverseʳ = S.strictlyInverseʳ Eq₁.refl
107107

108108

109109
------------------------------------------------------------------------

0 commit comments

Comments
 (0)