[project @ 2002-05-27 14:36:51 by simonmar]
authorsimonmar <unknown>
Mon, 27 May 2002 14:36:51 +0000 (14:36 +0000)
committersimonmar <unknown>
Mon, 27 May 2002 14:36:51 +0000 (14:36 +0000)
Documentation

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