words package:bytestring

words breaks a ByteString up into a list of words, which were delimited by Chars representing white space.
words breaks a ByteString up into a list of words, which were delimited by Chars representing white space. And
tokens isSpace = words
Select an implementation depending on bitness. Throw a compile time error if bitness is neither 32 nor 64.
The unwords function is analogous to the unlines function, on words.