[commit: ghc] master: users_guide/glasgow_exts.rst: fix link markup (d25f3c0)

git at git.haskell.org git at git.haskell.org
Thu Dec 3 09:37:22 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d25f3c076e6c47bc7c8d0d27e724a3ad2b7d7399/ghc

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

commit d25f3c076e6c47bc7c8d0d27e724a3ad2b7d7399
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Thu Dec 3 09:31:44 2015 +0000

    users_guide/glasgow_exts.rst: fix link markup
    
    sphinx-1.3.1 found errors as:
      users_guide/glasgow_exts.rst:1799:
        WARNING: malformed hyperlink target.
      users_guide/glasgow_exts.rst:10638:
        WARNING: Inline interpreted text or phrase
        reference start-string without end-string.
    
    Signed-off-by: Sergei Trofimovich <siarheit at google.com>


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

d25f3c076e6c47bc7c8d0d27e724a3ad2b7d7399
 docs/users_guide/glasgow_exts.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 11cebb1..4513f74 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -1796,7 +1796,7 @@ In the case of transform comprehensions, notice that the groups are
 parameterised over some arbitrary type ``n`` (provided it has an
 ``fmap``, as well as the comprehension being over an arbitrary monad.
 
-.. _monadfail-desugaring
+.. _monadfail-desugaring:
 
 New monadic failure desugaring mechanism
 ----------------------------------------
@@ -10642,7 +10642,7 @@ strict, regardless of the pattern. (We say "apparent" exception because
 the Right Way to think of it is that the bang at the top of a binding is
 not part of the *pattern*; rather it is part of the syntax of the
 *binding*, creating a "bang-pattern binding".) See :ref:`Strict recursive and
-polymorphic let bindings <recursive-and-polymorphic-let-bindings> for
+polymorphic let bindings <recursive-and-polymorphic-let-bindings>` for
 how bang-pattern bindings are compiled.
 
 However, *nested* bangs in a pattern binding behave uniformly with all



More information about the ghc-commits mailing list