We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG
1 parent 17ac388 commit 72c93a8Copy full SHA for 72c93a8
CHANGELOG.md
@@ -2756,14 +2756,13 @@ Additions to existing modules
2756
* Added a new pattern synonym and a new proof to `Data.Nat.Divisibility.Core`:
2757
```agda
2758
pattern divides-refl q = divides q refl
2759
-
2760
- equalityᵒ : n ≡ m * quotient
2761
```
2762
2763
* Added a new instance and new definitions to `Data.Nat.Divisibility`:
2764
2765
instance quotient≢0 : m ∣ n → .{{NonZero n}} → NonZero quotient
2766
+ equalityᵒ : m ∣ n → n ≡ m * quotient
2767
quotient∣ : m ∣ n → quotient ∣ n
2768
quotient>1 : m ∣ n → m < n → 1 < quotient
2769
quotient< : m ∣ n → 1 < m → .{{NonZero n}} → quotient < n
0 commit comments