summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts/primitives.rst
diff options
context:
space:
mode:
authorHécate <hecate+gitlab@glitchbra.in>2020-05-07 20:31:02 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-13 20:05:28 -0400
commitb17574f74173d0fa83b0def070dcba51b710be2e (patch)
tree77067f288e01a4e27ef47485618e39ade73a218c /docs/users_guide/exts/primitives.rst
parent102cfd6784d16a0d0cc8bdf42d4de4c7b8dd0190 (diff)
downloadhaskell-b17574f74173d0fa83b0def070dcba51b710be2e.tar.gz
fix(documentation): Fix the RST links to GHC.Prim
Diffstat (limited to 'docs/users_guide/exts/primitives.rst')
-rw-r--r--docs/users_guide/exts/primitives.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/users_guide/exts/primitives.rst b/docs/users_guide/exts/primitives.rst
index f8580c9685..57fe6adc79 100644
--- a/docs/users_guide/exts/primitives.rst
+++ b/docs/users_guide/exts/primitives.rst
@@ -12,9 +12,8 @@ you write will be optimised to the efficient unboxed version in any
case. And if it isn't, we'd like to know about it.
All these primitive data types and operations are exported by the
-library ``GHC.Prim``, for which there is
-:ghc-prim-ref:`detailed online documentation <GHC.Prim.>`. (This
-documentation is generated from the file ``compiler/GHC/Builtin/primops.txt.pp``.)
+library :ghc-prim-ref:`GHC.Prim.`. (This documentation is generated from
+the file ``compiler/GHC/Builtin/primops.txt.pp``.)
If you want to mention any of the primitive data types or operations in
your program, you must first import ``GHC.Prim`` to bring them into