[commit: ghc] master: User manual: Fix GADT paper link (27a1b12)

git at git.haskell.org git at git.haskell.org
Thu Mar 2 19:46:37 UTC 2017


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

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

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

commit 27a1b12f90b4b27763d22310215f0df34cbd702a
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Thu Mar 2 22:44:56 2017 +0300

    User manual: Fix GADT paper link


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

27a1b12f90b4b27763d22310215f0df34cbd702a
 docs/users_guide/glasgow_exts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 6fd5f70..6ba6935 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -2843,7 +2843,7 @@ also sets :ghc-flag:`-XGADTSyntax` and :ghc-flag:`-XMonoLocalBinds`.
    binding site. The easiest way to ensure that a variable a rigid type
    is to give it a type signature. For more precise details see `Simple
    unification-based type inference for
-   GADTs <http://research.microsoft.com/%7Esimonpj/papers/gadt>`__. The
+   GADTs <http://research.microsoft.com/%7Esimonpj/papers/gadt/>`__. The
    criteria implemented by GHC are given in the Appendix.
 
 .. _record-system-extensions:



More information about the ghc-commits mailing list