diff options
Diffstat (limited to 'ghc/docs/users_guide/parallel.sgml')
-rw-r--r-- | ghc/docs/users_guide/parallel.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/docs/users_guide/parallel.sgml b/ghc/docs/users_guide/parallel.sgml index a7739bf2ea..9a6502ac41 100644 --- a/ghc/docs/users_guide/parallel.sgml +++ b/ghc/docs/users_guide/parallel.sgml @@ -62,7 +62,8 @@ Web Page. <Para> Some details about Parallel Haskell follow. For more information -about concurrent Haskell, see <xref linkend="sec-Concurrent">. +about concurrent Haskell, see the module +<literal>Control.Concurrent</literal> in the library documentation. </Para> <Sect2> |