Skip to content

Commit 81350cc

Browse files
committed
[changelog]: ∸-suc in Data.Nat.Properties
1 parent 54dc96c commit 81350cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ Additions to existing modules
251251
∙-cong-∣ : x ∣ y → a ∣ b → x ∙ a ∣ y ∙ b
252252
```
253253

254+
* In `Data.Nat.Properties`:
255+
```agda
256+
∸-suc : m ≤ n → suc n ∸ m ≡ suc (n ∸ m)
257+
```
258+
254259
* In `Data.Fin.Base`:
255260
```agda
256261
_≰_ : Rel (Fin n) 0ℓ

0 commit comments

Comments
 (0)