From b565d418ff5f9501abecf130dafc2b9837460a96 Mon Sep 17 00:00:00 2001 From: Sven Tennie Date: Fri, 4 Jan 2019 20:17:07 +0100 Subject: Fix broken links (#16125) --- 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 bdae8b6b1c..cacc55325e 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 `__ + 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 + `__. .. 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``__. + Switch on the strictness analyser. The implementation is described in the + paper `Theory and Practice of Demand Analysis in Haskell + `__. The strictness analyser figures out when arguments and variables in a function can be treated 'strictly' (that is they are always -- cgit v1.2.1