diff options
author | Iavor Diatchki <iavor.diatchki@gmail.com> | 2017-10-03 14:58:47 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-10-03 17:07:35 -0400 |
commit | fa8035e3ee83aff5a20fc5e7e2697bac1686d6a6 (patch) | |
tree | 6c50ef28a71cd9d1d5bb42fbf6c7f4d3886c5481 /libraries/base/changelog.md | |
parent | ef26182e2014b0a2a029ae466a4b121bf235e4e4 (diff) | |
download | haskell-fa8035e3ee83aff5a20fc5e7e2697bac1686d6a6.tar.gz |
Implement Div, Mod, and Log for type-level nats.
Reviewers: austin, hvr, bgamari
Reviewed By: bgamari
Subscribers: RyanGlScott, dfeuer, adamgundry, rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4002
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index ed8ab13580..7778cebc14 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -3,6 +3,9 @@ ## 4.11.0.0 *TBA* * Bundled with GHC 8.4.1 + * Add `Div`, `Mod`, and `Log2` functions on type-level naturals + in `GHC.TypeLits`. + * Add `Alternative` instance for `ZipList` (#13520) * Add instances `Num`, `Functor`, `Applicative`, `Monad`, `Semigroup` |