Lifts a function I => F[Unit] to Sink[F,I].
Sink that prints each string from the source to the supplied PrintStream.
Sink that prints each element from the source to the supplied PrintStream
using the Show instance for the input type.
Sink that prints each element from the source to the standard out
using the Show instance for the input type.
Companion for Sink.