6 Dec
2008
6 Dec
'08
7:25 a.m.
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.