Next Previous Contents

The Hugs-GHC Extension Libraries

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

v0.8, 28 January 1998


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. Naming conventions

2. LazyST

3. ST

4. LazyST

5. IOExts

6. Bits

7. Word

8. Int

9. Addr

10. NumExts

11. Foreign

12. Concurrent

13. Pretty


Next Previous Contents