Hi! What's wrong / strange with this code so ghc panics? Contents of A.hs: module A where Main.main = putLine "HALLO" > ghc A.hs panic! (the `impossible' happened): lookupBndrRn A Main.main Please report it as a compiler bug to [EMAIL PROTECTED] Original Problem: I want to compile some very small programs in the same directory. Is this possible? Best Regards Matthias Riese
- Re: illegal scoping Main.main Matthias Riese
- Re: illegal scoping Main.main Matthias Kilian