From cd11f81f71e99a699a5ee8120bde9cb9d7e26d6b Mon Sep 17 00:00:00 2001 From: Fumiaki Kinoshita Date: Thu, 4 Apr 2019 15:56:40 +0900 Subject: base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Generic1 instances to Kleisli --- libraries/base/changelog.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libraries/base/changelog.md') 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* -- cgit v1.2.1