[project @ 2002-05-27 14:36:51 by simonmar]
[ghc-base.git] / System / Mem.hs
index 10a908a..a12847b 100644 (file)
@@ -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