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. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
