Writable
Definitions
def writeLine(line: String, writer: t): Result[IoError, Unit] \ IO + Aef[t] with Writable[t] where Writable.Elm[t] ~ Char
SourceWrites line to writer and appends a new line separator.
The new line separator is platform dependent, and is determined by the "line.separator" system property.