Internal error from invalid syntax

2009-04-12 Thread Neil Turton
I wrote the following haskell program and hugs reported an internal compiler error when I tried to load it. The syntax is invalid but I would expect a sensible error message rather than the internal error which I got. Cheers, Neil. falcon:tmp$ cat foo.hs class Foo x where foo :: x instance

Re: Internal error from invalid syntax

2009-04-20 Thread Neil Turton
Hi Neil, You wrote: > I reported it in the bug tracker: > http://hackage.haskell.org/trac/hugs/ticket/91 - at least this way it > won't get forgotten. Thanks for that. I tried to create a ticket myself, but hadn't realised you have to use the guest account. Cheers, Neil.