From dae00493666fd3d953dd745c85426fd9b0ba53b7 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 8 Aug 2022 09:37:40 -0400 Subject: users-guide: Fix incorrect directives --- docs/users_guide/9.4.1-notes.rst | 4 ++-- 1 file 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 `_ 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``: :: -- cgit v1.2.1