Skip to content

Commit 8bf7322

Browse files
committed
fix: whitespace
1 parent 3ca0b06 commit 8bf7322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function/Related/TypeIsomorphisms.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,6 @@ Related-cong {A = A} {B = B} {C = C} {D = D} A≈B C≈D = mk⇔
361361
-- restriction that the quantified variable is equal to the given one
362362

363363
∃-≡ : (P : A Set b) {x} P x ↔ (∃[ y ] y ≡ x × P y)
364-
∃-≡ P {x} = mk↔ₛ′ (⟨ id ⟩⊢⁻ id) (⟨ id ⟩⊢⁺ id)
364+
∃-≡ P {x} = mk↔ₛ′ (⟨ id ⟩⊢⁻ id) (⟨ id ⟩⊢⁺ id)
365365
(λ where (_ , refl , _) refl) (λ where _ refl)
366366

0 commit comments

Comments
 (0)