Hey, is it possible to transform a type `Tuple2&l...
# arrow
t
Hey, is it possible to transform a type
Tuple2<A, List<B>>
to a
Tuple2<B, List<A>>
using some functional construct? Probably traverse?