and `.fix()` is going to be unnecessary at some po...
# arrow
b
and
.fix()
is going to be unnecessary at some point? E.g.
fun foo(...): IO<X> = fx { ... }
will work without the trailing
.fix()
?