summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTommy Bidne <tbidne@protonmail.com>2022-08-12 11:14:37 +1200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-01 12:01:20 -0400
commit31a8989a1d4aa5fe1e3ed0b2e789145bb64a8ba8 (patch)
treec776384a8b95b0fe9b0207df71c091ea3ad06a2b /docs
parent7d3a055d4df6842f8fbcfbc1ca96e2a45a47d351 (diff)
downloadhaskell-31a8989a1d4aa5fe1e3ed0b2e789145bb64a8ba8.tar.gz
Change Ord defaults per CLC proposal
Approved by CLC in https://github.com/haskell/core-libraries-committee/issues/24#issuecomment-1233331267
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/9.6.1-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index 6730ad2b0c..e58b56a6d8 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -94,6 +94,10 @@ This can be convenient when pasting large multi-line blocks of code into GHCi.
label (:base-ref:`GHC.Conc.threadLabel`) and status
(:base-ref:`GHC.Conc.threadStatus`).
+- Change default ``Ord`` implementation of ``(>=)``, ``(>)``, and ``(<)`` to use
+ ``(<=)`` instead of ``compare`` per CLC proposal:
+ https://github.com/haskell/core-libraries-committee/issues/24
+
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~