I have an List[IO[A]]
and I want to convert it to an IO[List[A]]
In scalaz I would use sequenceU
but I don't find the equivalent in cats
Asked
Active
Viewed 587 times