<@U0B8UEMV1> oh that works, ``` Tuple2.traverse&lt...
# arrow
t
@pakoito oh that works,
Copy code
Tuple2.traverse<A>().run {
    tuple.sequence(ListK.applicative())
}.fix().list.map { it.fix() }
now just to flatmap this over the whole list! Thanks!
🎉 1