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 9e7eb8a commit 487ea1cCopy full SHA for 487ea1c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog for the [`ghc-typelits-extra`](http://hackage.haskell.org/package/ghc-typelits-extra) package
2
3
+# 0.4 *March 9 2020*
4
+* `Max` short-circuits on zero, but is stuckness preserving. i.e. `Max (0-1) 0` reduces to `(0-1)`
5
+* Reduce inside arithmetic equations. e.g. `1 + a ~ Max 0 a + CLog 2 2`
6
+
7
# 0.3.3 *February 6th 2020*
8
* Add support for GHC 8.10.1-alpha2
9
ghc-typelits-extra.cabal
@@ -1,5 +1,5 @@
name: ghc-typelits-extra
-version: 0.3.3
+version: 0.4
synopsis: Additional type-level operations on GHC.TypeLits.Nat
description:
Additional type-level operations on @GHC.TypeLits.Nat@:
0 commit comments