I hadn’t considered that, but this SIP could also improve the repl and other debug outputs: scala> List("Hello", "World").mkstring("\n") val res0: String = "Hello World" Could become: scala> List("Hello", "World").mkstring("\n") val res0: String = ''' Hello World '''