Skip to content

Commit e533c8b

Browse files
committed
fix: issue agda#2629
1 parent 098b4cf commit e533c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Algebra/Properties/Magma/Divisibility.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ x∣yx : ∀ x y → x ∣ y ∙ x
3939
x∣yx x y = y , refl
4040

4141
xy≈z⇒y∣z : x y {z} x ∙ y ≈ z y ∣ z
42-
xy≈z⇒y∣z x y xy≈z = ∣-respʳ-≈ xy≈z (x∣yx y x)
42+
xy≈z⇒y∣z x y xy≈z = x , xy≈z
4343

4444
------------------------------------------------------------------------
4545
-- Properties of non-divisibility

0 commit comments

Comments
 (0)