Re: error compiling Gtk2Hs 0.9.9

2005-08-19 Thread Jens Petersen
Johan van der Teems wrote: Linux ollie 2.6.10-5-amd64-k8 #1 Fri Jun 24 17:08:40 UTC 2005 x86_64 GNU/Linux c2hsLocal: internal error: scavenge_mark_stack: unimplemented/strange closure type -1780771344 @ 0x2a95db9058 Please report this as a bug to glasgow-haskell-bugs@haskell.org, or

Erroneous warning with n+k patterns

2005-08-19 Thread Ian Lynagh
Hi all, This function: g :: Int - Int g (x+1) = 1 g _ = 0 (erroneously) gives this warning: Warning: Pattern match(es) are overlapped In the definition of `g': g _ = ... I'm not sure if this is covered by the first item on