X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIOBase.lhs;h=fcce633f3d7bb7757188f3bea8f0a88d40f187c8;hb=be44c54248f9a5a5bd6168af464013b405c15aab;hp=6f7d9c9038da44a697fe42171222468ec1fa0d84;hpb=d4c5a255b36652a5654b81bf0058d048a8ca165b;p=ghc-base.git diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index 6f7d9c9..fcce633 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -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