diff options
author | Fumiaki Kinoshita <fumiexcel@gmail.com> | 2019-04-04 15:56:40 +0900 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-28 19:47:50 -0400 |
commit | cd11f81f71e99a699a5ee8120bde9cb9d7e26d6b (patch) | |
tree | f87dd87e9775a6682d5fe78cef1bbaf1947661e8 /libraries/base/changelog.md | |
parent | 26314386789e3717427bab4bcb97755535bb12d4 (diff) | |
download | haskell-cd11f81f71e99a699a5ee8120bde9cb9d7e26d6b.tar.gz |
base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Generic1 instances to Kleisli
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 8cb3366dd2..d5694e7a39 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -25,6 +25,9 @@ * Add `HasResolution` instances for `Nat`s. + * Add `Functor`, `Applicative`, `Monad`, `Alternative`, `MonadPlus`, + `Generic` and `Generic1` instances to `Kleisli` + ## 4.13.0.0 *TBA* * Bundled with GHC *TBA* |