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
A property of splitting should be that the output list contains n + 1 elements where there were n boundaries in the input. Therefore the output list should have length at least 1.
The functions in Data.List need this treatment, for example
A property of splitting should be that the output list contains n + 1 elements where there were n boundaries in the input. Therefore the output list should have length at least 1.
The functions in Data.List need this treatment, for example
https://hackage.haskell.org/package/text-1.2.3.1/docs/Data-Text.html#v:splitOn
The text was updated successfully, but these errors were encountered: