force garbage collection?

2003-10-05 Thread Abraham Egnor
Is there any way to force collection of all unreachable data structures? Abe ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: force garbage collection?

2003-10-05 Thread Mark Carroll
On Sun, 5 Oct 2003, Abraham Egnor wrote: Is there any way to force collection of all unreachable data structures? I would guess that System.Mem.performGC would be worth a try. -- Mark ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED]