summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.2.1-notes.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-08-17 10:53:48 -0400
committerBen Gamari <ben@smart-cactus.org>2021-08-17 10:53:48 -0400
commite17361f20e38e3a83b8eb113ab651b4214a00ea1 (patch)
treebf93eb76d84ba8893c361a334b84fa0ce52cf9d7 /docs/users_guide/9.2.1-notes.rst
parent463872071f18a382f5101bb7c4fb0f6fad6b0c45 (diff)
downloadhaskell-e17361f20e38e3a83b8eb113ab651b4214a00ea1.tar.gz
Revert "Improve error messages involving operators from Data.Type.Ord"
This reverts commit 4f75470920555053bfae9f5fb31c29f10db1696e.
Diffstat (limited to 'docs/users_guide/9.2.1-notes.rst')
-rw-r--r--docs/users_guide/9.2.1-notes.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/users_guide/9.2.1-notes.rst b/docs/users_guide/9.2.1-notes.rst
index 989a597188..85d9c780fd 100644
--- a/docs/users_guide/9.2.1-notes.rst
+++ b/docs/users_guide/9.2.1-notes.rst
@@ -140,7 +140,7 @@ Language
and ``of``) was always assumed to have a multiplicity of ``Many``. Now, GHC
will allow the scrutinee to have a multiplicity of ``One``, using its best-effort
inference algorithm.
-
+
Compiler
~~~~~~~~
@@ -402,7 +402,3 @@ Eventlog
(True, True) -> 1
(False, False) -> 2
(True, False) | considerAccessible -> 3 -- No warning!
-
-- A new ``GHC.TypeError`` module is created which exposes functionality related
- to custom type errors. ``TypeError`` is re-exported from ``GHC.TypeLits`` for
- backwards compatibility.