From: simonmar Date: Mon, 27 May 2002 14:36:51 +0000 (+0000) Subject: [project @ 2002-05-27 14:36:51 by simonmar] X-Git-Tag: nhc98-1-18-release~1011 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8eb265a5abb1ab7350dd3c412c9d80e9ce6d509a;p=haskell-directory.git [project @ 2002-05-27 14:36:51 by simonmar] Documentation --- 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