
8 Mar
2005
8 Mar
'05
10:22 p.m.
Am Dienstag, 8. März 2005 17:12 schrieben Sie:
On Tue, Mar 08, 2005 at 04:25:49PM +0100, Daniel Fischer wrote:
Furthermore, in the documentation of ghc-6.4.2005..., only four modules from base/GHC are included, in the documentation for ghc-6.2.2 there were 29. In particular, the absence of GHC.List, GHC.Show and GHC.Read is extremely annoying.
Any suggestions how to remedy this?
You could use the recommended interface: Data.List, Text.Show, Text.Read and GHC.Exts.
Yes, but I like to sometimes look at the nitty-gritty bits, and at least from Data.Dynamic and Data.Typeable there are hyperlinks to GHC.Show.html and GHC.Base.html, which don't exist anymore :-(