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
Yes, and I think that is the case, because cycleLength comes from the List.length of input list. So when cycleLength is zero, the input list is returned, which was necessarily an empty list.
If the cycle length is zero, shouldn't we be returning a list of length zero?
list-extra/src/List/Extra.elm
Line 205 in 7ae12a5
The text was updated successfully, but these errors were encountered: