[commit: ghc] ghc-8.0: user-guide: Add cross-reference for -XUnicodeSyntax (b3086e6)

git at git.haskell.org git at git.haskell.org
Mon Feb 8 12:13:56 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/b3086e69251878bd93d8b741fc08becad6f20145/ghc

>---------------------------------------------------------------

commit b3086e69251878bd93d8b741fc08becad6f20145
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Feb 8 00:13:50 2016 +0100

    user-guide: Add cross-reference for -XUnicodeSyntax
    
    (cherry picked from commit 6cebfdb44c9d2f893a5049b44489015fd5381342)


>---------------------------------------------------------------

b3086e69251878bd93d8b741fc08becad6f20145
 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