[commit: ghc] master: users-guide: Fix URL of deferred type errors paper (897366a)
git at git.haskell.org
git at git.haskell.org
Mon Jul 24 23:36:36 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/897366a012de053fd3558ffb665337287c3df926/ghc
>---------------------------------------------------------------
commit 897366a012de053fd3558ffb665337287c3df926
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Mon Jul 24 19:01:33 2017 -0400
users-guide: Fix URL of deferred type errors paper
Reviewers: austin
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3784
>---------------------------------------------------------------
897366a012de053fd3558ffb665337287c3df926
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 7096089..a2cc0ba 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -10660,7 +10660,7 @@ ignore the problems in ``a``.
For more motivation and details please refer to the
:ghc-wiki:`Wiki <DeferErrorsToRuntime>` page or the `original
-paper <https://www.microsoft.com/en-us/research/wp-content/uploads/2012/01/icfp12.pdf>`__.
+paper <http://dreixel.net/research/pdf/epdtecp.pdf>`__.
Enabling deferring of type errors
---------------------------------
More information about the ghc-commits
mailing list