[project @ 2002-09-18 11:32:43 by simonmar]
[ghc-base.git] / GHC / IOBase.lhs
index 6f7d9c9..fcce633 100644 (file)
@@ -478,7 +478,7 @@ data Exception
   = ArithException     ArithException
        -- ^Exceptions raised by arithmetic
        -- operations.  (NOTE: GHC currently does not throw
-       -- 'ArithException's).
+       -- 'ArithException's except for 'DivideByZero').
   | ArrayException     ArrayException
        -- ^Exceptions raised by array-related
        -- operations.  (NOTE: GHC currently does not throw