Skip to content

Commit f56cd9e

Browse files
committed
fix: whitespace
1 parent cf9c04e commit f56cd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Product/Function/Dependent/Setoid.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module _ where
9797
module _ (I↪J : I ↪ J) where
9898

9999
private module ItoJ = RightInverse I↪J
100-
100+
101101
equivalence-↪ : ( {i} Equivalence (A atₛ (ItoJ.from i)) (B atₛ i))
102102
Equivalence (I ×ₛ A) (J ×ₛ B)
103103
equivalence-↪ {A = A} {B = B} A⇔B =
@@ -112,7 +112,7 @@ module _ where
112112
module _ (I↠J : I ↠ J) where
113113

114114
private module ItoJ = Surjection I↠J
115-
115+
116116
equivalence-↠ : ( {x} Equivalence (A atₛ x) (B atₛ (ItoJ.to x)))
117117
Equivalence (I ×ₛ A) (J ×ₛ B)
118118
equivalence-↠ {A = A} {B = B} A⇔B = equivalence (↠⇒⇔ I↠J) B-to B-from

0 commit comments

Comments
 (0)