Answer to Question s6

Incorrect. The second case throws away the head of L.

Suppose L = [1]. Then, according to this definition, the result is the same as successors([ ]), which is [ ]. The correct answer is successors([1]) = [2].