diff options
author | Alexis King <lexi.lambda@gmail.com> | 2022-09-15 15:28:58 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-09-16 14:01:11 -0400 |
commit | df35d99465d1037b31cbd05aa3380fce6031af73 (patch) | |
tree | d62fb98b008d4189866897f82b72cc06ee4f959f /docs | |
parent | 616afde3e2c6b733c8a44205a140ec8586853d3c (diff) | |
download | haskell-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.rst | 2 |
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 ~~~~~~~~~~~~~~~~ |