I\'m trying to split a string every time there is a chosen character. So if I receive \"1,2,3,4,5\", and my chosen character is \",\" the result is a l
‘Data.List.Split’ is not in prelude and needs to be installed as a dependency package.
Install command depends on environment you are using:
‘stack install split’ for stack
‘cabal install split’ for cabal