Why Haskell doesn't have split function? [closed]
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 1 year ago . Improve this question In many languages there's a function that breaks strings into parts using specified delimiter. It's often called split . You can find it in Python, C#, Java, JavaScript. But Haskell while being quite mature still lacks such function in the standard