X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Flibraries%2Flibs.sgml;h=29175f1cd3bd8160bd51ba336b3325717d968749;hb=99419fa253a459bcc55fc5d3a99144a68a3cc754;hp=ab6e04feadfd7901705b9711e3f0f34debb201fd;hpb=af4450c8d5658c26000938d8798d19bac1f5f5e0;p=ghc-hetmet.git diff --git a/ghc/docs/libraries/libs.sgml b/ghc/docs/libraries/libs.sgml index ab6e04f..29175f1 100644 --- a/ghc/docs/libraries/libs.sgml +++ b/ghc/docs/libraries/libs.sgml @@ -4,6 +4,7 @@ + @@ -23,14 +24,12 @@
The Hugs-GHC Extension Libraries -<author>Alastair Reid <tt/reid-alastair@cs.yale.edu/ - Simon Marlow <tt/simonm@dcs.gla.ac.uk/ -<date>v0.8, 28 January 1998 +<author>The Hugs/GHC Team +<date>January 1999 <abstract> Hugs and GHC provide a common set of libraries to aid portability. This document specifies the interfaces to these libraries and documents -known differences. We hope that these modules will be adopted for inclusion -as Standard Haskell Libraries sometime soon. +known differences. </abstract> <toc> @@ -82,17 +81,15 @@ the form <tt/getXContents/, e.g., <tt/Channel.getChanContents/ and &concurrent &dynamic &exception - -<sect> <idx/Foreign/ -<label id="sec:Foreign"> -<p> -This module is provided by GHC but not by Hugs. -GreenCard for Hugs provides the <tt/ForeignObj/ type. - +&foreign &glaexts &ioexts &int +&numexts +&pretty +&st + <sect> <idx/LazyST/ <label id="sec:LazyST"> <p> @@ -113,9 +110,6 @@ semantics with respect to laziness are as you would expect: the strict state thread passed to <tt/strictToLazyST/ is not performed until the result of the lazy state thread it returns is demanded. -&numexts -&pretty -&st &weak &word