println uses a [[x & xs] xs] destructive form in its implementation . This is equivalent [x (first xs), xs (next xs)] , and less lazy than ...
確定! 回上一頁