I am studing this by following the wiki tutorial and then the Haskell basic tutorial.
But if you have a better tutorial I'm happy to study this one too.
Roelof
Benjamin Edwards schreef op 3-3-2014 17:59:
The problem is that you don't seem to understand how singly linked lists work. I would recommend studying this first, then understanding how to append a value to the end of the list in haskell will probably make a lot more sense.