Skip to content
Snippets Groups Projects
Commit 114da353 authored by sof's avatar sof
Browse files

[project @ 1999-02-22 10:22:34 by sof]

Tweaks to make docs build cleanly
parent f9573031
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
waits for it to complete before returning.
<item> <tt/mkWeak/ now takes a <tt/Maybe (IO ())/ for the finalizer,
and <tt/mkWeakNoFinalizer/ is removed.
<itemize>
</itemize>
<item> Changed representation of <tt/Integer/ type to speed up
computations on small integers. The performance of <tt/Integer/ is now
......
%
% $Id: glasgow_exts.vsgml,v 1.4 1999/02/11 12:30:38 simonm Exp $
% $Id: glasgow_exts.vsgml,v 1.5 1999/02/22 10:22:35 sof Exp $
%
% GHC Language Extensions.
%
......@@ -428,7 +428,7 @@ performGC :: IO ()
</verb></tscreen>
More information on the programmers' interface to @ForeignObj@ can be
found in Section <ref name="Foreign objects" id="sec:foreign-obj">.
found in the library documentation.
%************************************************************************
%* *
......
%
% $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
<ncdx>makeForeignObj#</ncdx>
<ncdx>writeForeignObj#</ncdx>
The module @Foreign@ (Section <ref name="Foreign objects"
id="sec:foreign-obj">) provides a more programmer-friendly interface
to foreign objects.
The module @Foreign@ (see library documentation) provides a more
programmer-friendly interface to foreign objects.
<sect2>Synchronizing variables (M-vars)
<p>
......
......@@ -1292,21 +1292,6 @@ Concurrent/Parallel Haskell" id="parallel-rts-opts">.
Concurrent Haskell is described in more detail in Section <ref
name="Concurrent and Parallel Haskell" id="concurrent-and-parallel">.
%************************************************************************
%* *
<sect2>Potential problems with Concurrent Haskell
<label id="concurrent-problems">
<p>
<nidx>Concurrent Haskell problems</nidx>
<nidx>problems, Concurrent Haskell</nidx>
%* *
%************************************************************************
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
<ref name="Signal Handling" id="signals">).
%************************************************************************
%* *
<sect1>Using Parallel Haskell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment