summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Feuer <David.Feuer@gmail.com>2023-03-01 15:24:44 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-03 11:40:47 -0500
commit45af8482e3f7d2d8234265982e14ff9b0d4dfa65 (patch)
treeda3d0fcf837b64d3aec5e0ea77b2d1b9a62f1093 /docs
parent2f97c86151d7eed115ddcbdee1842684aed63176 (diff)
downloadhaskell-45af8482e3f7d2d8234265982e14ff9b0d4dfa65.tar.gz
Export getSolo from Data.Tuple
Proposed in [CLC proposal #113](https://github.com/haskell/core-libraries-committee/issues/113) and [approved by the CLC](https://github.com/haskell/core-libraries-committee/issues/113#issuecomment-1452452191)
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/9.8.1-notes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/9.8.1-notes.rst b/docs/users_guide/9.8.1-notes.rst
index a4230ffcca..e64fc49dcc 100644
--- a/docs/users_guide/9.8.1-notes.rst
+++ b/docs/users_guide/9.8.1-notes.rst
@@ -46,6 +46,7 @@ Runtime system
``base`` library
~~~~~~~~~~~~~~~~
+- ``Data.Tuple`` now exports ``getSolo :: Solo a -> a``.
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~