``` interface Gen<A> { fun show(): Show&lt...
# arrow-contributors
p
Copy code
interface Gen<A> {
  fun show(): Show<A> = Show.any()
}
that’d be enough