From 114da3533f3e9cdfbd7ed4b248a5b8750f22b0bd Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 22 Feb 1999 10:22:36 +0000 Subject: [PATCH] [project @ 1999-02-22 10:22:34 by sof] Tweaks to make docs build cleanly --- ghc/docs/users_guide/4-03-notes.vsgml | 2 +- ghc/docs/users_guide/glasgow_exts.vsgml | 4 ++-- ghc/docs/users_guide/libraries.vsgml | 7 +++---- ghc/docs/users_guide/using.vsgml | 15 --------------- 4 files changed, 6 insertions(+), 22 deletions(-) diff --git a/ghc/docs/users_guide/4-03-notes.vsgml b/ghc/docs/users_guide/4-03-notes.vsgml index 4c00b72..72e3c99 100644 --- a/ghc/docs/users_guide/4-03-notes.vsgml +++ b/ghc/docs/users_guide/4-03-notes.vsgml @@ -10,7 +10,7 @@ waits for it to complete before returning. + Changed representation of More information on the programmers' interface to @ForeignObj@ can be -found in Section . +found in the library documentation. %************************************************************************ %* * diff --git a/ghc/docs/users_guide/libraries.vsgml b/ghc/docs/users_guide/libraries.vsgml index cd83792..bbe1f43 100644 --- a/ghc/docs/users_guide/libraries.vsgml +++ b/ghc/docs/users_guide/libraries.vsgml @@ -1,5 +1,5 @@ % -% $Id: libraries.vsgml,v 1.4 1999/02/02 14:14:12 sof Exp $ +% $Id: libraries.vsgml,v 1.5 1999/02/22 10:22:35 sof Exp $ % % GHC Prelude and Libraries. % @@ -866,9 +866,8 @@ writeForeignObj makeForeignObj# writeForeignObj# -The module @Foreign@ (Section ) provides a more programmer-friendly interface -to foreign objects. +The module @Foreign@ (see library documentation) provides a more +programmer-friendly interface to foreign objects. Synchronizing variables (M-vars)

diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 02ab9d8..f8b7030 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -1294,21 +1294,6 @@ name="Concurrent and Parallel Haskell" id="concurrent-and-parallel">. %************************************************************************ %* * -Potential problems with Concurrent Haskell -

-Concurrent Haskell problems -problems, Concurrent Haskell -%* * -%************************************************************************ - -The previous implementation of Concurrent Haskell in GHC had problems -with using signals handlers in concurrent programs. The current -system, however, provides thread-safe signal handling (see Section -). - -%************************************************************************ -%* * Using Parallel Haskell

Parallel Haskell---use -- 1.7.10.4