[commit: ghc] master: user-guide: Add cross-reference for -XUnicodeSyntax (e2b66a0)
git at git.haskell.org
git at git.haskell.org
Mon Feb 8 12:13:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e2b66a0ef0a0d8ff5cdb681edd8309954ef0a08a/ghc
>---------------------------------------------------------------
commit e2b66a0ef0a0d8ff5cdb681edd8309954ef0a08a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Feb 8 00:13:50 2016 +0100
user-guide: Add cross-reference for -XUnicodeSyntax
>---------------------------------------------------------------
e2b66a0ef0a0d8ff5cdb681edd8309954ef0a08a
docs/users_guide/using.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index 3b192ef..47fdd29 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
More information about the ghc-commits
mailing list