Garbage Collection

Sigbjorn Finne sigbjorn_finne@hotmail.com
Tue, 12 Dec 2000 12:40:45 +0100


Koen Claessen koen@cs.chalmers.se writes:
> Hi all,
> 
> I seem to remember some Hugs module with an operation:
> 
>   garbageCollection :: IO ()
> 
> which cleaned up the memory. Now I need it, but I can't find
> it. Did this function ever exist?

Yes, the functionality is available via IOExts.performGC

--sigbjorn