[project @ 2002-11-26 17:32:33 by ross]
[ghc-base.git] / GHC / IOBase.lhs
index 690da24..9659fdb 100644 (file)
@@ -651,6 +651,7 @@ instance Eq Exception where
   BlockedOnDeadMVar   == BlockedOnDeadMVar   = True
   NonTermination      == NonTermination      = True
   Deadlock            == Deadlock            = True
+  _                   == _                   = False
 
 -- -----------------------------------------------------------------------------
 -- The ExitCode type