summaryrefslogtreecommitdiff
path: root/docs/users_guide/using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r--docs/users_guide/using.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index d97e3bd2e8..9812c455e6 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -714,13 +714,13 @@ messages and in GHCi:
.. ghc-flag:: -fprint-unicode-syntax
:shortdesc: Use unicode syntax when printing expressions, types and kinds.
- See also :ghc-flag:`-XUnicodeSyntax`
+ See also :extension:`UnicodeSyntax`
:type: dynamic
:reverse: -fno-print-unicode-syntax
:category: verbosity
When enabled GHC prints type signatures using the unicode symbols from the
- :ghc-flag:`-XUnicodeSyntax` extension. For instance,
+ :extension:`UnicodeSyntax` extension. For instance,
.. code-block:: none
@@ -732,7 +732,7 @@ messages and in GHCi:
.. ghc-flag:: -fprint-explicit-foralls
:shortdesc: Print explicit ``forall`` quantification in types.
- See also :ghc-flag:`-XExplicitForAll`
+ See also :extension:`ExplicitForAll`
:type: dynamic
:reverse: -fno-print-explicit-foralls
:category: verbosity
@@ -776,7 +776,7 @@ messages and in GHCi:
.. ghc-flag:: -fprint-explicit-kinds
:shortdesc: Print explicit kind foralls and kind arguments in types.
- See also :ghc-flag:`-XKindSignatures`
+ See also :extension:`KindSignatures`
:type: dynamic
:reverse: -fno-print-explicit-kinds
:category: verbosity