应该是空吧 head(L)=((a,b)) 再对其进行tail 就应该是空
A=head(L)=(a,b)tail(A)=b
答案是 a ;
从里面往外求head取表头(a,b)tail取表尾(b)
不懂