I am on the phone right now, otherwise I'd give yo...
# arrow
j
I am on the phone right now, otherwise I'd give you an example, but I think the function you are looking for is traverse or sequence. The method call is somewhat like this
list.traverse(IO.applicative()) { IO...}
and it returns an io of listk of whatever was in your io
☝️ 2