Skip to content

Commit 3e9bf26

Browse files
committed
fix whitespace
1 parent fbe9f6f commit 3e9bf26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Function/Related/TypeIsomorphisms.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
module Function.Related.TypeIsomorphisms where
1111

12-
open import Algebra.Definitions
12+
open import Algebra.Definitions
1313
using (Identity; LeftIdentity; RightIdentity; Zero; LeftZero; RightZero
1414
; Associative; _DistributesOverˡ_; _DistributesOverʳ_; _DistributesOver_)
1515
open import Algebra.Structures public
@@ -367,4 +367,4 @@ True↔ (false because ofⁿ ¬p) _ =
367367
∃-≡ : (P : A Set b) {x} P x ↔ (∃[ y ] y ≡ x × P y)
368368
∃-≡ P {x} = mk↔ₛ′ (λ Px x , refl , Px) (λ where (_ , refl , Py) Py)
369369
(λ where (_ , refl , _) refl) (λ where _ refl)
370-
370+

0 commit comments

Comments
 (0)