Tangentially related: I usually would `flatmap` ov...
# arrow
b
Tangentially related: I usually would
flatmap
over
Dataset<C>
->
IO<Unit>
in this case, assuming that
map
is intended for applying pure functions. I think that is the expected usage for those?
☝️ 1
s
Yes, that’s correct.