diff options
author | Oleg Grenrus <oleg.grenrus@iki.fi> | 2021-01-06 22:24:20 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-18 07:19:34 -0500 |
commit | 5c312e2354d641c33f3f4bb8e824a6094cc9ce5d (patch) | |
tree | 25de11d89ab0b1c47c0d4c510de1b2540a2aae71 /libraries/base/changelog.md | |
parent | 29c9eb3fefd145cd43850888d21b889bdf10c3df (diff) | |
download | haskell-5c312e2354d641c33f3f4bb8e824a6094cc9ce5d.tar.gz |
Add lifted instances for 3 and 4 tuples
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 71649ad175..0525eefc2e 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -12,7 +12,7 @@ `Data.Functor.Compose`. * Add `Eq1`, `Read1` and `Show1` instance for `Complex`; - add `Eq1`, `Ord1`, `Show1` and `Read1` instances for 3 and 4-tuples. + add `Eq1/2`, `Ord1/2`, `Show1/2` and `Read1/2` instances for 3 and 4-tuples. ## 4.15.0.0 *TBA* |