So what is idiomatic for the final line in `rs.for...
# arrow
b
So what is idiomatic for the final line in
rs.forEach()
? Using
val (x: Unit) = IO { <http://LOG.info|LOG.info>("...") }
works, but using
!effect { IO { <http://LOG.info|LOG.info>("...") } }
yields
StackOverflowError