[commit: ghc] wip/merge-queue: Fix broken links (#16125) (b565d41)
git at git.haskell.org
git at git.haskell.org
Sun Jan 6 12:33:12 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/merge-queue
Link : http://ghc.haskell.org/trac/ghc/changeset/b565d418ff5f9501abecf130dafc2b9837460a96/ghc
>---------------------------------------------------------------
commit b565d418ff5f9501abecf130dafc2b9837460a96
Author: Sven Tennie <sven.tennie at gmail.com>
Date: Fri Jan 4 20:17:07 2019 +0100
Fix broken links (#16125)
>---------------------------------------------------------------
b565d418ff5f9501abecf130dafc2b9837460a96
docs/users_guide/using-optimisation.rst | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst
index bdae8b6..cacc553 100644
--- a/docs/users_guide/using-optimisation.rst
+++ b/docs/users_guide/using-optimisation.rst
@@ -999,10 +999,10 @@ by saying ``-fno-wombat``.
:default: off
- Turn on the static argument transformation, which turns a recursive
- function into a non-recursive one with a local recursive loop. See
- Chapter 7 of `Andre Santos's PhD
- thesis <http://research.microsoft.com/en-us/um/people/simonpj/papers/santos-thesis.ps.gz>`__
+ Turn on the static argument transformation, which turns a recursive function
+ into a non-recursive one with a local recursive loop. See Chapter 7 of
+ `Andre Santos's PhD thesis
+ <https://www.microsoft.com/en-us/research/publication/compilation-transformation-non-strict-functional-languages/>`__.
.. ghc-flag:: -fstg-lift-lams
:shortdesc: Enable late lambda lifting on the STG intermediate
@@ -1065,8 +1065,9 @@ by saying ``-fno-wombat``.
:default: on
- Switch on the strictness analyser. The
- implementation is described in the paper `Theory and Practice of Demand Analysis in Haskell`<https://www.microsoft.com/en-us/research/wp-content/uploads/2017/03/demand-jfp-draft.pdf>`__.
+ Switch on the strictness analyser. The implementation is described in the
+ paper `Theory and Practice of Demand Analysis in Haskell
+ <https://www.microsoft.com/en-us/research/wp-content/uploads/2017/03/demand-jfp-draft.pdf>`__.
The strictness analyser figures out when arguments and variables in
a function can be treated 'strictly' (that is they are always
More information about the ghc-commits
mailing list