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