|
|
|
|
|
by egonschiele
4739 days ago
|
|
Hey there! I wrote this Haskell guide. 1. myMap: fixed, good catch. 2. Using `head` and `last` being bad style: Where did you hear this? 3. The fixed the issues in the reddit thread yesterday. Here's the commit if you want to check it out: https://github.com/adambard/learnxinyminutes-docs/pull/62 Is there something specific that you think should be fixed? |
|
There's a few more points that I can't go into in detail due to lack of time (reason for use of recursion instead of loops, if / case statements, purity) and I do appreciate the effort and can imagine that it will prove useful but I felt obliged to point out these things. If I can see them it's not a good sign ;)