From 8eb265a5abb1ab7350dd3c412c9d80e9ce6d509a Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 27 May 2002 14:36:51 +0000 Subject: [PATCH] [project @ 2002-05-27 14:36:51 by simonmar] Documentation --- System/Mem.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Mem.hs b/System/Mem.hs index 10a908a..a12847b 100644 --- a/System/Mem.hs +++ b/System/Mem.hs @@ -19,5 +19,6 @@ module System.Mem ( import Prelude #ifdef __GLASGOW_HASKELL__ +-- | Triggers an immediate garbage collection foreign import ccall {-safe-} "performGC" performGC :: IO () #endif -- 1.7.10.4