summaryrefslogtreecommitdiff
path: root/docs/users_guide/using.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-08 00:13:50 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-08 13:15:10 +0100
commite2b66a0ef0a0d8ff5cdb681edd8309954ef0a08a (patch)
tree8aad4ffa90ccb10a65687d170f7a90884fff220b /docs/users_guide/using.rst
parent20f90ea394e3c2a6f0bb0a4ebf493a258c01da98 (diff)
downloadhaskell-e2b66a0ef0a0d8ff5cdb681edd8309954ef0a08a.tar.gz
user-guide: Add cross-reference for -XUnicodeSyntax
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r--docs/users_guide/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index 3b192ef1dc..47fdd296b2 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -671,7 +671,7 @@ See also the ``--help``, ``--version``, ``--numeric-version``, and
MkT :: forall (k :: BOX) (a :: k). T k a
When :ghc-flag:`-fprint-unicode-syntax` is enabled, GHC prints type
- signatures using the unicode symbols from the ``-XUnicodeSyntax``
+ signatures using the unicode symbols from the :ghc-flag:`-XUnicodeSyntax`
extension.
.. code-block:: none