MicroHs-0.15.0.0: lib/System/Mem.hs
module System.Mem(performGC, performGCWithReduction) where import qualified Prelude() import MiniPrelude import Primitives performGC :: IO () performGC = primGC 0 performGCWithReduction :: IO () performGCWithReduction = primGC 1