Join Slack
Powered by
Hey, is it possible to transform a type `Tuple2&l...
# arrow
t
tginiotis
08/09/2018, 2:23 PM
Hey, is it possible to transform a type
Tuple2<A, List<B>>
to a
Tuple2<B, List<A>>
using some functional construct? Probably traverse?
Open in Slack
Previous
Next