Skip to content

Commit 72c93a8

Browse files
committed
CHANGELOG
1 parent 17ac388 commit 72c93a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,14 +2756,13 @@ Additions to existing modules
27562756
* Added a new pattern synonym and a new proof to `Data.Nat.Divisibility.Core`:
27572757
```agda
27582758
pattern divides-refl q = divides q refl
2759-
2760-
equalityᵒ : n ≡ m * quotient
27612759
```
27622760

27632761
* Added a new instance and new definitions to `Data.Nat.Divisibility`:
27642762
```agda
27652763
instance quotient≢0 : m ∣ n → .{{NonZero n}} → NonZero quotient
27662764
2765+
equalityᵒ : m ∣ n → n ≡ m * quotient
27672766
quotient∣ : m ∣ n → quotient ∣ n
27682767
quotient>1 : m ∣ n → m < n → 1 < quotient
27692768
quotient< : m ∣ n → 1 < m → .{{NonZero n}} → quotient < n

0 commit comments

Comments
 (0)