arrow-core / arrow.core.extensions / SequenceKShow
interface SequenceKShow<A> : Show<SequenceK<A>>
abstract fun SA(): Show<A>
open fun SequenceK<A>.show():
String
Do you like Arrow?