2009/8/19 David Leimbach
<leimy2k@gmail.com>
Interesting... GHCI bug? Didn't the readline dependency go away not too long ago? Could it be related?
I just tried this
Prelude> putStrLn "\£"
ghc: panic! (the 'impossible' happened)
(GHC version 6.10.4 for i386-unknown-linux):
charType: '\163'
So perhaps I should put in a bug report, as that shouldn't happen (it doesn't with some other characters I tried), unless anyone has a different idea? I'm running Arch Linux with xmonad and using roxterm, so perhaps it's something to do with my setup?
Iain