You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the less painful way would be to use the third option. And also this was my expectation of this function all along. I believe many people could expect such behaviour as well.
But in any case, this would be a breaking release. However, this is for the good 🙂
To my big surprise, the
cycle
function frombase
is partial: it fails on empty listsIt's a bit problematic, since we don't want to expose partial functions. I see the following options:
cycle
.NonEmpty a -> NonEmpty a
.@vrom911, what do you think?
The text was updated successfully, but these errors were encountered: