X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent%2FMVar.hs;h=b246bf8c787df903a83480216c890b81ab1d0c9a;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=472063aebe1688ff32861ba43fc5299e3a65df69;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Concurrent/MVar.hs b/Control/Concurrent/MVar.hs index 472063a..b246bf8 100644 --- a/Control/Concurrent/MVar.hs +++ b/Control/Concurrent/MVar.hs @@ -8,8 +8,6 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: MVar.hs,v 1.2 2002/04/24 16:31:37 simonmar Exp $ --- -- MVars: Synchronising variables -- -----------------------------------------------------------------------------