For example: ``` fun <A> Show<A>.prett...
# arrow-contributors
r
For example:
Copy code
fun <A> Show<A>.prettyPrint(a: A): String =
  a.show()