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 18d758f commit ce6f91aCopy full SHA for ce6f91a
CHANGELOG.md
@@ -1,11 +1,13 @@
1
# Changelog for the [`ghc-typelits-extra`](http://hackage.haskell.org/package/ghc-typelits-extra) package
2
3
-# 0.2
+# 0.2 *August 19th 2016*
4
* New type-level operations:
5
* `Max`: type-level `max`
6
* `Min`: type-level `min`
7
* `Div`: type-level `div`
8
* `Mod`: type-level `mod`
9
+ * `FLog`: floor of logBase
10
+ * `Log`: exact integer logBase (i.e. where `floor (logBase b x) ~ ceiling (logBase b x)` holds)
11
* `LCM`: type-level `lcm`
12
* Fixes bugs:
13
* `CLog b 1` doesn't reduce to `0`
0 commit comments