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.
1 parent ec60d33 commit 79ab9cbCopy full SHA for 79ab9cb
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Revision history for natural-arithmetic
2
3
+## 0.2.3.0 -- 2025-06-12
4
+
5
+* Add Fin.greatest#
6
+* Add Plus.commutative#
7
+* Add substitution functions for unlifted less-than-or-equal-to
8
+* Add Nat.substitute#
9
+* Add Eq.symmetric#
10
+* Add nativeFrom32#
11
+* Add incrementL#
12
+* Add testLessThanEqual#
13
+* Add nativeTo32#
14
+* Add Fin.ascendFromToM_#
15
+* Add Fin.weaken#
16
17
## 0.2.2.0 -- 2025-04-07
18
19
* Add Fin.weakenL#
natural-arithmetic.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: natural-arithmetic
-version: 0.2.2.0
+version: 0.2.3.0
synopsis: Arithmetic of natural numbers
description:
A search for terms like `arithmetic` and `natural` on hackage reveals
0 commit comments