[Haskell-cafe] Problem with Haddock
Ross Paterson
ross at soi.city.ac.uk
Tue Mar 8 11:12:39 EST 2005
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.
More information about the Haskell-Cafe
mailing list