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