From 6d8504e2cc7c78390185c10a26416f2636e7a743 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 26 Aug 1999 15:59:08 +0000 Subject: [PATCH] [project @ 1999-08-26 15:59:06 by simonmar] Move the rest of the Concurrent Haskell documentation into the GHC/Hugs libraries document, so it now all lives in one place. Also update and tidy it up somewhat. --- ghc/docs/libraries/Concurrent.sgml | 370 ++++++++++++++++++++++++++----- ghc/docs/users_guide/glasgow_exts.vsgml | 4 +- ghc/docs/users_guide/parallel.vsgml | 170 +------------- ghc/docs/users_guide/using.vsgml | 6 +- 4 files changed, 328 insertions(+), 222 deletions(-) diff --git a/ghc/docs/libraries/Concurrent.sgml b/ghc/docs/libraries/Concurrent.sgml index 087baf6..95dea95 100644 --- a/ghc/docs/libraries/Concurrent.sgml +++ b/ghc/docs/libraries/Concurrent.sgml @@ -2,9 +2,264 @@