print package:streaming

Print the elements of a stream as they arise.
>>> S.print $ S.take 2 S.stdinLn
hello<Enter>
"hello"
world<Enter>
"world"