Interesting read about the `Fx` stuff. Would this ...
# arrow
s
Interesting read about the
Fx
stuff. Would this mean that when doing functional programming using Arrow, every un-pure function must be marked with
suspend
(which then can be run only within an
fx { ... effect { .... } ... }
block)?