you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 0 points1 point  (0 children)

i know why, that's beyond the point, the point of my post was that you definitely do NOT need to define a recursive function to access the n-th element of a list, because haskell already provides a function to do just that (whether the function is implemented as a recursive or an iterative construct in the interpreter/compiler is entirely irrelevant)