From: simonmar Date: Fri, 27 Aug 1999 08:20:34 +0000 (+0000) Subject: [project @ 1999-08-27 08:20:34 by simonmar] X-Git-Tag: Approximately_9120_patches~5865 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d149df420ec4194c7e7cc349c033c0fd4bb0f92f;p=ghc-hetmet.git [project @ 1999-08-27 08:20:34 by simonmar] oops, export threadWaitRead etc. --- diff --git a/ghc/lib/std/PrelConc.lhs b/ghc/lib/std/PrelConc.lhs index 56af3f4..320ebff 100644 --- a/ghc/lib/std/PrelConc.lhs +++ b/ghc/lib/std/PrelConc.lhs @@ -20,7 +20,10 @@ module PrelConc , seq -- :: a -> b -> b , yield -- :: IO () - {-threadDelay, threadWaitRead, threadWaitWrite,-} + -- Waiting + , threadDelay -- :: Int -> IO () + , threadWaitRead -- :: Int -> IO () + , threadWaitWrite -- :: Int -> IO () -- MVars , MVar -- abstract