Previous Next Table of Contents

The Hugs-GHC Extension Libraries

Alastair Reid reid-alastair@cs.yale.edu

v0.7, 21 November 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. LazyST

2. ST

3. IOExts

4. Bits

5. Word

6. Int

7. Addr

8. ForeignObj

9. Concurrent

10. Pretty


Previous Next Table of Contents