summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/9.4.1-notes.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/users_guide/9.4.1-notes.rst b/docs/users_guide/9.4.1-notes.rst
index 04b44dd0e6..68417b0a6b 100644
--- a/docs/users_guide/9.4.1-notes.rst
+++ b/docs/users_guide/9.4.1-notes.rst
@@ -41,13 +41,6 @@ Version 9.4.1
raise# :: forall (a :: Type) {r :: RuntimeRep} (b :: TYPE r). a -> b
-- ``GHC.Exts.reallyUnsafePtrEquality#`` is now levity-polymorphic: ::
-
- reallyUnsafePtrEquality# :: forall {l :: Levity} (a :: TYPE (BoxedRep l)). a -> a -> Int#
-
- This means that ``GHC.Exts.reallyUnsafePtrEquality#`` now works on primitive arrays,
- such as ``GHC.Exts.Array#`` and ``GHC.Exts.ByteArray#``.
-
``ghc`` library
~~~~~~~~~~~~~~~