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
@argantos No particular reason. We happen never to use scan{l,r}[1] so these functions were not considered for addition at first place. I don't mind adding scanl1 and scanr1 to relude as well since these functions are already reexported by relude. Maybe we can even add scanl' as a more efficient version of scanl.
Why are
scanl1
andscanr1
missing? They are not partial.The text was updated successfully, but these errors were encountered: