summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-08 09:37:40 -0400
committerBen Gamari <ben@smart-cactus.org>2022-08-12 09:44:50 -0400
commitdae00493666fd3d953dd745c85426fd9b0ba53b7 (patch)
tree19bef781205417900ea02fd4d2f1aaa6da28544f
parent2441c2f410c0a474b909f7f96240881b4981f322 (diff)
downloadhaskell-dae00493666fd3d953dd745c85426fd9b0ba53b7.tar.gz
users-guide: Fix incorrect directives
-rw-r--r--docs/users_guide/9.4.1-notes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/9.4.1-notes.rst b/docs/users_guide/9.4.1-notes.rst
index d42bfc08ec..d400786747 100644
--- a/docs/users_guide/9.4.1-notes.rst
+++ b/docs/users_guide/9.4.1-notes.rst
@@ -62,7 +62,7 @@ Language
- GHC Proposal `#511
<https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0511-deep-subsumption.rst>`_
has been implemented, introducing a new language extension,
- :lang-ext:`DeepSubsumption`. This extension allows the user
+ :extension:`DeepSubsumption`. This extension allows the user
to opt-in to the deep type subsumption-checking behavior implemented by GHC
8.10 and earlier.
@@ -283,7 +283,7 @@ Runtime system
~~~~~~~~~~~~~~~~
- ``GHC.Generics`` now provides a set of newtypes, ``Generically`` and
- ``Generically1``, for deriving generic instances via :lang-ext:`DerivingVia`.
+ ``Generically1``, for deriving generic instances via :extension:`DerivingVia`.
``Generically`` instances include ``Semigroup`` and ``Monoid``.
- There's a new special function ``withDict`` in ``GHC.Exts``: ::