From 3454afa0f32053cf4b06e25f93c36c0612a9d944 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 26 Nov 2007 18:44:06 +0000 Subject: [PATCH] Fix some links --- docs/users_guide/parallel.xml | 4 ++-- docs/users_guide/phases.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/users_guide/parallel.xml b/docs/users_guide/parallel.xml index 8b5abdb..242ba22 100644 --- a/docs/users_guide/parallel.xml +++ b/docs/users_guide/parallel.xml @@ -110,7 +110,7 @@ All these features are described in the papers mentioned earlier. linkend="concurrent-haskell"/>), but the simplest mechanism for extracting parallelism from pure code is to use the par combinator, which is closely related to (and often used with) seq. Both of these are available from Control.Parallel: + url="../libraries/parallel/Control-Parallel.html">Control.Parallel: infixr 0 `par` @@ -163,7 +163,7 @@ nfib n | n <= 1 = 1 More sophisticated combinators for expressing parallelism are available from the Control.Parallel.Strategies module. + url="../libraries/parallel/Control-Parallel-Strategies.html">Control.Parallel.Strategies module. This module builds functionality around par, expressing more elaborate patterns of parallel computation, such as parallel map. diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index 7f3f139..4afd680 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -992,7 +992,7 @@ $ cat foo.hspp More details on the use of "bound threads" in the threaded runtime can be found in the Control.Concurrent module. + url="../libraries/base/Control-Concurrent.html">Control.Concurrent module. -- 1.7.10.4