This program crashes on ghc 5.02, on my RH7.1

module Main where

import MVar

main = 
 do { mVar <- newMVar True
    ; tryTakeMVar mVar
    ; return ()
    }

Andy Gill


=====


__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to