simonpj 2002/07/23 07:52:47 PDT
Modified files:
libraries/base/GHC Arr.lhs Read.lhs Real.lhs Show.lhs
Log:
Various precedence errors in the code
for read and show. A couple (the show instances
for Ratio and Array) were actually errors in
the Library Report. A couple more were to
do with whether the precedence of application is
9 (wrong) or 10 (right).
Revision Changes Path
1.8 +4 -3 fptools/libraries/base/GHC/Arr.lhs
1.12 +1 -3 fptools/libraries/base/GHC/Read.lhs
1.7 +8 -5 fptools/libraries/base/GHC/Real.lhs
1.7 +14 -8 fptools/libraries/base/GHC/Show.lhs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries