The next two lines use pattern matching to pickoff the values required to enforce this rule when the returned function is actually executed.
接下来两行用模式匹配摘出实施规则所必需的数据。
3
To do so, it will pickoff the first element of the list — the head — to do the processing on that element, and recursively pass the rest of the list to itself again.