<p dir="ltr">Data.List.Split.chunksOf n xs breaks up a list xs into chunks of n elements each. The internal "splitMap" function Data.Sequence uses to implement zipWith supports a simple and efficient implementation of chunksOf. All in favor, say "aye".</p>
<p dir="ltr">Also, I'm still waiting for a response (any response) to my "cycleN" proposal.</p>
<p dir="ltr">David</p>