println method

Free<F, Unit> println(
  1. String s
)

Implementation

Free<F, Unit> println(String s) => liftOp(new Println(s));