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.


_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to