RealWorld?

Koen Claessen koen@cs.chalmers.se
Fri, 7 Dec 2001 18:43:58 +0100 (MET)


Hi,

I want to use the functions:

hGetBufBA :: Handle -> MutableByteArray RealWorld a -> Int -> IO Int
hPutBufBA :: Handle -> MutableByteArray RealWorld a -> Int -> IO ()

But as soon as I mention their types, 'RealWorld' is not in
scope. In what module is this defined?

/Koen.