words package:ghc-lib-parser

words breaks a string up into a list of words, which were delimited by white space.
>>> words "Lorem ipsum\ndolor"
["Lorem","ipsum","dolor"]
Convert the given number of words to a number of bytes. This function morally has type WordOff -> ByteOff, but uses Num a to allow for overloading.
A ByteArray#
Array payload