summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexis King <lexi.lambda@gmail.com>2022-09-15 15:28:58 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-16 14:01:11 -0400
commitdf35d99465d1037b31cbd05aa3380fce6031af73 (patch)
treed62fb98b008d4189866897f82b72cc06ee4f959f /docs
parent616afde3e2c6b733c8a44205a140ec8586853d3c (diff)
downloadhaskell-df35d99465d1037b31cbd05aa3380fce6031af73.tar.gz
Add links to the continuations haddocks in the docs for each primop
fixes #22176
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/9.6.1-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index d78ec969b9..4d71cda7bc 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -91,7 +91,7 @@ Runtime system
no safe API to access this functionality is provided anywhere in ``base``.
Instead, the ``prompt#`` and ``control0#`` primops are intended to be consumed
by library authors directly, who may wrap them a safe API that maintains the
- necessary invariants. See the documentation in ``GHC.Exts`` for more details.
+ necessary invariants. See the documentation in ``GHC.Prim`` for more details.
``base`` library
~~~~~~~~~~~~~~~~