Hi I've attached 3 separate bugs in the Hugs compiler, they are all a bit perplexing, and all seem to ruffle similar areas. I suspect there is an underlying memory bug, such as overwriting areas of memory or something. * Silly fails to derive something that should be obvious, as sent in a previous mail to hugs-users@ * Nonterm generates:
hugs Nonterm.hs -98
ERROR "Nonterm.hs":56 - Unresolved top-level overloading *** Binding : test *** Outstanding context : (Play b, Typeable b, Play ((bad type) ((bad type) ((ba d type) ((bad type) (bad type)))) ((bad type) ((bad type) ((bad type) ((bad type ) ((bad type) ((bad type) ((bad type) (bad type)))) ((bad type) ((bad type) ((ba Running with WinHugs causes an immediate shutdown. * Segfault generates:
hugs Segfault.hs -98
Unexpected signal With WinHugs I get an immediate shutdown. Thanks Neil