Skip to content

Commit bbc81ad

Browse files
committed
[changelog]: ≤-suc in Data.Nat.Properties
1 parent 1674888 commit bbc81ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ Additions to existing modules
254254
* In `Data.Nat.Properties`:
255255
```agda
256256
∸-suc : n ≤ m → suc m ∸ n ≡ suc (m ∸ n)
257+
≤-suc : n ≤ m → n ≤ suc m
257258
```
258259

259260
* In `Data.Fin.Base`:

0 commit comments

Comments
 (0)