A couple of miniscule suggestions for Haskell 1.3:
How about removing the `where' from `module...where' and `interface...where'
so that these become ordinary topdecls like the rest. This would mean that
the convention about topdecls not having to be indented would no longer be an
ugly exception, it would be more consistent with implicit main programs which
have no introductory `where', and it would be more consistent with the fact
that the natural break between the header and body of a module comes after the
fixity decls.
In PreludeText, why not rename readDec as readInt (so that it matches showInt)
and rename the current readInt as readRadix or something?
Ian [EMAIL PROTECTED], Tel: 0272 303334