Dmitri O.Kondratiev wrote: > Thanks everybody for your help! > I tried to implement showList, but get the same error: That's because you're trying to implement instance Show [MyType], but you have to implement instance Show MyType instead, without the []. Groetjes, Martijn.