Hi, I just noticed that in ghci:
data Test = Test String
instance Show Test
show $ Test "Hello"
Will result in infinite recursion.
Is this a known bug?
Thanks,
titto
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe
