<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 11 September 2017 at 02:46, Wolfgang Jeltsch <span dir="ltr"><<a href="mailto:wolfgang-it@jeltsch.info" target="_blank">wolfgang-it@jeltsch.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">Am Sonntag, den 10.09.2017, 10:39 +0200 schrieb Herbert Valerio Riedel:<br>
> What you seem to be searching for looks more like what we know as<br>
> `cycle :: [a] -> [a]`, and in fact there is its generalisation at<br>
><br>
> <a href="http://hackage.haskell.org/package/base-4.10.0.0/docs/Data-Semigroup.html#v:cycle1" rel="noreferrer" target="_blank">http://hackage.haskell.org/<wbr>package/base-4.10.0.0/docs/<wbr>Data-Semigroup.html#v:cycle1</a><br>
<br>
</span>Why is this function called cycle1, not cycle? What does the “1” stand<br>
for?</blockquote><div><br></div><div>I guess this is not named "cycle" to avoid conflict with "Data.List.cycle". I was also wondering why it is "cycle1" instead of, say "scycle". It can be thought of as cycling just one value instead of cycling a list in case of "Data.List.cycle". I Just made up this explanation, original writers would know better. I would prefer "scycle" which is consistent with other functions in this package like "stimes", cycle1 sounds a bit random at first look.</div><div><br></div><div>-harendra</div></div><br></div></div>