Next Previous Contents

The Hugs-GHC Extension Libraries

Alastair Reid reid-alastair@cs.yale.edu Simon Marlow simonm@dcs.gla.ac.uk

v0.8, 14 December 1997


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.

1. ST

2. LazyST

3. IOExts

4. Bits

5. Word

6. Int

7. Addr

8. ForeignObj

9. Concurrent

10. Pretty


Next Previous Contents