Skip to content

Commit 0c1175b

Browse files
committed
[changelog]: ∸-suc in Data.Nat.Properties
1 parent f3d1bc5 commit 0c1175b

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
@@ -373,6 +373,11 @@ Additions to existing modules
373373
map-id : map id ≗ id {A = List⁺ A}
374374
```
375375

376+
* In `Data.Nat.Properties`:
377+
```agda
378+
∸-suc : m ≤ n → suc n ∸ m ≡ suc (n ∸ m)
379+
```
380+
376381
* In `Data.Product.Function.Dependent.Propositional`:
377382
```agda
378383
Σ-↪ : (I↪J : I ↪ J) → (∀ {j} → A (from I↪J j) ↪ B j) → Σ I A ↪ Σ J B

0 commit comments

Comments
 (0)