Koen Claessen [EMAIL PROTECTED] 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


_______________________________________________
Hugs-Users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-users

Reply via email to