problems with working with Handles

Simon Peyton-Jones simonpj@microsoft.com
Tue, 17 Jun 2003 09:27:10 +0100


| Prelude Strategies IO> hClose h
| Prelude Strategies IO> length cs
| 737535
| Prelude Strategies IO>
|=20
| Note that you have to use -package Strategies option. I couldn't find
| this module in the hierarchical libraries. The same works in GHC
5.04.3
|=20
| To GHC developers:
|     What is the status of this module?
|     Can I assume that future versions of GHC will have it?

It's called Control.Parallel.Strategies.  Current plan is to leave it
there, and ship it with future versions of GHC.

Simon