Alastair Reid writes: > > [redirected to [EMAIL PROTECTED]] > > Arjan van Ijzendoorn (or is it Kees?) writes: > > I've a complete program written using Haskell (GHC 3.02) but I'm unable to > > load the program in Hugs (jan98, 1.4). I get an error that "showLitChar" is > > not defined. I could try to adjust the Hugs prelude file to include the > > definition of "showLitChar". > > It sounds like you've found a bug in GHC and a bug in Hugs: > > o showLitChar shouldn't be exported from the Prelude (ghc is wrong) > o showLitChar should be exported from Char (Hugs is wrong) > GHC only exports showLitChar via Char, so something else must be going on here.. --Sigbjorn
