[project @ 2002-07-23 14:52:46 by simonpj]
authorsimonpj <unknown>
Tue, 23 Jul 2002 14:52:47 +0000 (14:52 +0000)
committersimonpj <unknown>
Tue, 23 Jul 2002 14:52:47 +0000 (14:52 +0000)
commitac7c1ba32f1d3d651df2694176fde64c00a2f507
tree2efece74a29fdbd692d2be380b5d8069a6f42b4e
parent8cfaaa32cdd732188a101cd813c389c601ca2e6b
[project @ 2002-07-23 14:52:46 by simonpj]
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).
GHC/Arr.lhs
GHC/Read.lhs
GHC/Real.lhs
GHC/Show.lhs