RE: ghc 5.04 bug

2003-09-03 Thread Simon Marlow
> ghc -c Ghcbug.hs > c:\ghc\ghc-5.04\bin\ghc.exe: panic! (the `impossible' happened, GHC > version 5.04): > expectJust tyConDataCons > > Please report it as a compiler bug to > [EMAIL PROTECTED], > or http://sourceforge.net/projects/ghc/. > > Ghcbug.hs: > -- > modu

ghc 5.04 bug

2003-09-03 Thread Thomas Johnsson
ghc -c Ghcbug.hs c:\ghc\ghc-5.04\bin\ghc.exe: panic! (the `impossible' happened, GHC version 5.04): expectJust tyConDataCons Please report it as a compiler bug to [EMAIL PROTECTED], or http://sourceforge.net/projects/ghc/. Ghcbug.hs: -- module O where type O a = Ord a =