
20 May
2007
20 May
'07
10:23 a.m.
John Meacham wrote: | ghc 6.6 and 6.6.1 both go into infinite loops and eventually die with a | stackfault when trying to compile the attached file with optimizations | turned on. | | [...] | | > -- A term, can have values | > newtype T v = V (T v) | > deriving(Eq,Show,Ord) This seems strange. Shouldn't it be 'newtype T v = T (V v)'? I can imagine ghc running in circles trying to derive instances for T. Regards, Arie -- Just follow the magic footprints.