words = S.words A.write
>>> Stream.fold Fold.toList $ Unicode.words $ Stream.fromList "A newline\nis considered white space?" [fromList "A",fromList "newline",fromList "is",fromList "considered",fromList "white",fromList "space?"]
>>> words = Stream.wordsBy Char.isSpaceUsage:
>>> Stream.toList $ Unicode.words Fold.toList (Stream.fromList " ab cd ef ") ["ab","cd","ef"]Pre-release